summaryrefslogtreecommitdiffstats
path: root/modules-available/baseconfig_bwlp/lang/en/config-variables.json
diff options
context:
space:
mode:
authorSimon Rettberg2017-04-28 09:57:56 +0200
committerSimon Rettberg2017-04-28 09:57:56 +0200
commitdeb5725bc4c9cde28e610b64e8f4f38053419f5d (patch)
tree80fce9bdb0e6272abb60d3516be5a2afb916ffed /modules-available/baseconfig_bwlp/lang/en/config-variables.json
parent[sysconfig] Load shareDomain and credentialPassthrough when editing AD/LDAP (diff)
downloadslx-admin-deb5725bc4c9cde28e610b64e8f4f38053419f5d.tar.gz
slx-admin-deb5725bc4c9cde28e610b64e8f4f38053419f5d.tar.xz
slx-admin-deb5725bc4c9cde28e610b64e8f4f38053419f5d.zip
[baseconfig_bwlp] Add setting for default pvs checkbox state in vmChooser
This implements #3105 (Support in vmChooser/MiniLinux still missing though)
Diffstat (limited to 'modules-available/baseconfig_bwlp/lang/en/config-variables.json')
-rw-r--r--modules-available/baseconfig_bwlp/lang/en/config-variables.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/baseconfig_bwlp/lang/en/config-variables.json b/modules-available/baseconfig_bwlp/lang/en/config-variables.json
index 64788fee..37f983ad 100644
--- a/modules-available/baseconfig_bwlp/lang/en/config-variables.json
+++ b/modules-available/baseconfig_bwlp/lang/en/config-variables.json
@@ -12,6 +12,7 @@
"SLX_PROXY_MODE": "Determines whether a proxy server is required to access the Internet.\r\n*off* = do not use a Proxy.\r\n*on* = Always use proxy.\r\n*auto* = Only use proxy when the client PC is in a private address space.",
"SLX_PROXY_PORT": "The port to use for the proxy server.",
"SLX_PROXY_TYPE": "Type of the proxy.*socks4*, *socks5*, *http-connect* (HTTP proxy with support from the CONNECT method), *http-relay* (Classic HTTP proxy)",
+ "SLX_PVS_DEFAULT": "Set whether the \"Join PVS\" checkbox in vmChooser is checked by default.",
"SLX_REBOOT_SCHEDULE": "Fixed time to reboot the computer, even if there is a user active.\r\nSeveral times can be specified, separated by spaces.",
"SLX_REMOTE_LOG_SESSIONS": "Determines whether logins and logouts of the users should be reported to the satellite.\r\n*yes* = log with user ID\r\n*anonymous* = anonymous logging\r\n*no* = no logging",
"SLX_ROOT_PASS": "The root password of the client system. Only required for diagnostic purposes on the client.Leave field blank to disallow root logins.\r\n\/Hint\/: The password SHA-512-with-salt hashed before it's being sent to the client. It's only stored in clear text on the Satellite Server. If you want to have it hashed on the server too, you can supply a pre-hashed passoword in \/$6$...$...\/-format.",