summaryrefslogtreecommitdiffstats
path: root/lang/en
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-12 17:58:08 +0200
committerSimon Rettberg2015-09-12 17:58:08 +0200
commit3bddad0ec251a75e6554e8a9b986ff7e2b234ec7 (patch)
tree570aeacf7cbabe11ea8db0ea51ec24ef57ff4a1e /lang/en
parentImage delete feature (diff)
downloadslx-admin-3bddad0ec251a75e6554e8a9b986ff7e2b234ec7.tar.gz
slx-admin-3bddad0ec251a75e6554e8a9b986ff7e2b234ec7.tar.xz
slx-admin-3bddad0ec251a75e6554e8a9b986ff7e2b234ec7.zip
[ldap] new module
Diffstat (limited to 'lang/en')
-rw-r--r--lang/en/config-module.json2
-rw-r--r--lang/en/templates/sysconfig/ad-start.json2
-rw-r--r--lang/en/templates/sysconfig/ldap-checkconnection.json5
-rw-r--r--lang/en/templates/sysconfig/ldap-checkcredentials.json6
-rw-r--r--lang/en/templates/sysconfig/ldap-finish.json6
-rw-r--r--lang/en/templates/sysconfig/ldap-start.json15
6 files changed, 35 insertions, 1 deletions
diff --git a/lang/en/config-module.json b/lang/en/config-module.json
index b0caae82..efe6f697 100644
--- a/lang/en/config-module.json
+++ b/lang/en/config-module.json
@@ -9,6 +9,8 @@
"group_branding": "Branding",
"group_generic": "Generic",
"group_sshconfig": "SSH",
+ "ldapAuth_description": "This module enables you to create a simple LDAP authentication module.",
+ "ldapAuth_title": "LDAP Authentication",
"sshconfig_description": "Here you can set whether the sshd on the clients will start, and what options it will use.",
"sshconfig_title": "SSH daemon"
} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ad-start.json b/lang/en/templates/sysconfig/ad-start.json
index 9bd5ac42..90ef4bc9 100644
--- a/lang/en/templates/sysconfig/ad-start.json
+++ b/lang/en/templates/sysconfig/ad-start.json
@@ -10,7 +10,7 @@
"lang_password": "Password",
"lang_searchBase": "Search Base",
"lang_ssl": "SSL",
- "lang_sslDescription": "Use SSL encryption to talk to AD server",
+ "lang_sslDescription": "Use SSL encryption to talk to AD server.",
"lang_userDirectory": "User Directory",
"lang_userDirectoryInfo1": "Optional: If the clients should embed a separate directory (home directory, user directory) from a server for the user, please enter here the format in UNC notation, eg",
"lang_userDirectoryInfo2": "%s is a placeholder for the user's login name.",
diff --git a/lang/en/templates/sysconfig/ldap-checkconnection.json b/lang/en/templates/sysconfig/ldap-checkconnection.json
new file mode 100644
index 00000000..52fbae9e
--- /dev/null
+++ b/lang/en/templates/sysconfig/ldap-checkconnection.json
@@ -0,0 +1,5 @@
+{
+ "lang_back": "Back",
+ "lang_connectionWait": "Checking connection, please wait",
+ "lang_next": "Next"
+} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ldap-checkcredentials.json b/lang/en/templates/sysconfig/ldap-checkcredentials.json
new file mode 100644
index 00000000..2a8723c9
--- /dev/null
+++ b/lang/en/templates/sysconfig/ldap-checkcredentials.json
@@ -0,0 +1,6 @@
+{
+ "lang_back": "Back",
+ "lang_connectionWait": "Checking LDAP credentials",
+ "lang_onProblemSearchBase": "If no users are found, please check the search base",
+ "lang_skip": "Next"
+} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ldap-finish.json b/lang/en/templates/sysconfig/ldap-finish.json
new file mode 100644
index 00000000..bd15bafc
--- /dev/null
+++ b/lang/en/templates/sysconfig/ldap-finish.json
@@ -0,0 +1,6 @@
+{
+ "lang_generateModule": "Generating module",
+ "lang_ldapStarted": "The LDAP proxy has been launched",
+ "lang_restartWizard": "Restart wizard",
+ "lang_toSystemConfiguration": "Go to system configuration"
+} \ No newline at end of file
diff --git a/lang/en/templates/sysconfig/ldap-start.json b/lang/en/templates/sysconfig/ldap-start.json
new file mode 100644
index 00000000..1e40cf02
--- /dev/null
+++ b/lang/en/templates/sysconfig/ldap-start.json
@@ -0,0 +1,15 @@
+{
+ "lang_bindDN": "Bind domain",
+ "lang_close": "Close",
+ "lang_ldapText1": "Here you can create a configuration module to authenticate agains an LDAP server",
+ "lang_ldapText2": "An LDAP-Proxy will be launched on this server. This means the LDAP-Server must be reachable from it. The client PCs in the labs however don't have to be able to talk to the LDAP server \u2013 they will use the proxy running on this server.",
+ "lang_moduleTitle": "LDAP-authentication",
+ "lang_next": "Next",
+ "lang_password": "Password",
+ "lang_searchBase": "Search base",
+ "lang_ssl": "SSL",
+ "lang_sslDescription": "Use SSL to connect to the LDAP-Server. (The connection between clients and proxy uses SSL in either case.)",
+ "lang_userDirectory": "Home-Directory",
+ "lang_userDirectoryInfo1": "UNC-path to home directory of user. '%s' can be used as a placeholder for the account name.",
+ "lang_userDirectoryInfo2": "Currently, only CIFS\/SMB is supported."
+} \ No newline at end of file