From c7be4640ea768d7539a97f015fc30d78227849a3 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Mon, 4 Apr 2011 12:54:02 +0000 Subject: [PATCH] add missing documentation about anonymous login and embedded mode to default configuration files SVN: 20644 --- openbis/dist/server/service.properties | 8 +++++++- openbis/dist/server/web-client.properties | 10 +++++++++- screening/dist/server/service.properties | 8 +++++++- screening/dist/server/web-client.properties | 10 +++++++++- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/openbis/dist/server/service.properties b/openbis/dist/server/service.properties index 26132d36816..911b63a1f56 100644 --- a/openbis/dist/server/service.properties +++ b/openbis/dist/server/service.properties @@ -153,4 +153,10 @@ onlinehelp.generic.page-template = https://wiki-bsse.ethz.ch/pages/createpage.ac #demo.class = ch.systemsx.cisd.openbis.generic.server.task.DemoMaintenanceTask #demo.interval = 60 #demo.property_1 = some value -#demo.property_2 = some value 2 \ No newline at end of file +#demo.property_2 = some value 2 + +# --------------------------------------------------------------------------- +# anonymous login configuration +# --------------------------------------------------------------------------- +# Login of the existing user whose settings will be used for anonymous login +#user-for-anonymous-login = <user-login> \ No newline at end of file diff --git a/openbis/dist/server/web-client.properties b/openbis/dist/server/web-client.properties index 9b46f1e7af0..1e2e90140e8 100644 --- a/openbis/dist/server/web-client.properties +++ b/openbis/dist/server/web-client.properties @@ -1,8 +1,16 @@ # Default view mode that should be used if user doesn't have it specified in URL. -# Options: 'NORMAL' (standard mode - default), 'SIMPLE' (readonly mode with simplified GUI) +# Options: +# 'NORMAL' (standard mode - default), +# 'SIMPLE' (readonly mode with simplified GUI), +# 'EMBEDDED' (similar to 'SIMPLE', suitable to be embedded on external pages) # #default-view-mode = SIMPLE +# Flag specifying whether default login mode is anonymous or not. +# If true a user-for-anonymous-login has to be defined in service.properties +# Default value: false +# default-anonymous-login = true + # Maximal number of visible columns in tables. Default: 50. #max-visible-columns = 20 diff --git a/screening/dist/server/service.properties b/screening/dist/server/service.properties index 251df86f894..4ec7a787523 100644 --- a/screening/dist/server/service.properties +++ b/screening/dist/server/service.properties @@ -59,4 +59,10 @@ hibernate.search.maxResults = 100000 # If 'async', the update of indices will be done in a separate thread. hibernate.search.worker.execution=async -web-client-configuration-file = etc/web-client.properties \ No newline at end of file +web-client-configuration-file = etc/web-client.properties + +# --------------------------------------------------------------------------- +# anonymous login configuration +# --------------------------------------------------------------------------- +# Login of the existing user whose settings will be used for anonymous login +#user-for-anonymous-login = <user-login> \ No newline at end of file diff --git a/screening/dist/server/web-client.properties b/screening/dist/server/web-client.properties index 09a05fd78e0..599f7741f25 100644 --- a/screening/dist/server/web-client.properties +++ b/screening/dist/server/web-client.properties @@ -1,8 +1,16 @@ # Default view mode that should be used if user doesn't have it specified in URL. -# Options: 'NORMAL' (standard mode - default), 'SIMPLE' (readonly mode with simplified GUI) +# Options: +# 'NORMAL' (standard mode - default), +# 'SIMPLE' (readonly mode with simplified GUI), +# 'EMBEDDED' (similar to 'SIMPLE', suitable to be embedded on external pages) # #default-view-mode = SIMPLE +# Flag specifying whether default login mode is anonymous or not. +# If true a user-for-anonymous-login has to be defined in service.properties +# Default value: false +# default-anonymous-login = true + # Maximal number of visible columns in tables. Default: 50. #max-visible-columns = 20 -- GitLab