summaryrefslogtreecommitdiff
path: root/lib/plugins/authad/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-10-22 21:45:37 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-10-22 21:45:37 +0200
commitd34a2a38603431bc5caa74b726a6f58d86a70530 (patch)
treed860b2c9fa5ccb254673d5b9dec597339068736c /lib/plugins/authad/lang/en
parent1d8036c2a36d5e226e4a58657e9d859cbc241508 (diff)
downloadrpg-d34a2a38603431bc5caa74b726a6f58d86a70530.tar.gz
rpg-d34a2a38603431bc5caa74b726a6f58d86a70530.tar.bz2
allow charset for SSO to be configured FS#2148
Diffstat (limited to 'lib/plugins/authad/lang/en')
-rw-r--r--lib/plugins/authad/lang/en/settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/authad/lang/en/settings.php b/lib/plugins/authad/lang/en/settings.php
index aff49550b..92e9ac4e8 100644
--- a/lib/plugins/authad/lang/en/settings.php
+++ b/lib/plugins/authad/lang/en/settings.php
@@ -6,7 +6,8 @@ $lang['domain_controllers'] = 'A comma separated list of Domain controllers. Eg.
$lang['admin_username'] = 'A privileged Active Directory user with access to all other user\'s data. Optional, but needed for certain actions like sending subscription mails.';
$lang['admin_password'] = 'The password of the above user.';
$lang['sso'] = 'Should Single-Sign-On via Kerberos or NTLM be used?';
-$lang['real_primarygroup'] = 'Should the real primary group be resolved instead of assuming "Domain Users" (slower)';
+$lang['sso_charset'] = 'The charset your webserver will pass the Kerberos or NTLM username in. Empty for UTF-8 or latin-1. Requires the iconv extension.';
+$lang['real_primarygroup'] = 'Should the real primary group be resolved instead of assuming "Domain Users" (slower).';
$lang['use_ssl'] = 'Use SSL connection? If used, do not enable TLS below.';
$lang['use_tls'] = 'Use TLS connection? If used, do not enable SSL above.';
$lang['debug'] = 'Display additional debugging output on errors?';