summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang
diff options
context:
space:
mode:
authorSascha Klopp <klopp@rrzn.uni-hannover.de>2015-03-03 11:09:21 +0100
committerSascha Klopp <klopp@rrzn.uni-hannover.de>2015-03-03 11:09:21 +0100
commit6619ddf4b04390e1d1273dd79bd16bfb9eb6cf89 (patch)
tree48f65999d6ec45e5cedf376b2693b8b6518c38c0 /lib/plugins/authldap/lang
parent2f63e920cb57e8162f5460d01717e827e74ea8de (diff)
downloadrpg-6619ddf4b04390e1d1273dd79bd16bfb9eb6cf89.tar.gz
rpg-6619ddf4b04390e1d1273dd79bd16bfb9eb6cf89.tar.bz2
Two new authldap config options: 'userkey' denotes the LDAP
attribute holding the username, 'modPass' allows to disable password changing by the user.
Diffstat (limited to 'lib/plugins/authldap/lang')
-rw-r--r--lib/plugins/authldap/lang/de/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/de/settings.php b/lib/plugins/authldap/lang/de/settings.php
index d788da876..ecb407820 100644
--- a/lib/plugins/authldap/lang/de/settings.php
+++ b/lib/plugins/authldap/lang/de/settings.php
@@ -20,6 +20,7 @@ $lang['binddn'] = 'DN eines optionalen Benutzers, wenn der anonym
$lang['bindpw'] = 'Passwort des angegebenen Benutzers.';
$lang['userscope'] = 'Die Suchweite nach Benutzeraccounts.';
$lang['groupscope'] = 'Die Suchweite nach Benutzergruppen.';
+$lang['userkey'] = 'Attribut, das den Benutzernamen enthält; muss konsistent zum userfilter sein.';
$lang['groupkey'] = 'Gruppieren der Benutzeraccounts anhand eines beliebigen Benutzerattributes z. B. Telefonnummer oder Abteilung, anstelle der Standard-Gruppen).';
$lang['debug'] = 'Debug-Informationen beim Auftreten von Fehlern anzeigen?';
$lang['deref_o_0'] = 'LDAP_DEREF_NEVER';