diff options
author | Sascha Klopp <klopp@rrzn.uni-hannover.de> | 2015-03-16 16:50:38 +0100 |
---|---|---|
committer | Sascha Klopp <klopp@rrzn.uni-hannover.de> | 2015-03-16 16:50:38 +0100 |
commit | 84f66e9f97ebf4d78ffaaad7a0b44f5c0180bfc9 (patch) | |
tree | ce86c612f9035174d9318bffa3814fb0f0d19598 /lib/plugins/authldap | |
parent | 1014a348a1826737c9df8a9edaed3f756d0058f2 (diff) | |
download | rpg-84f66e9f97ebf4d78ffaaad7a0b44f5c0180bfc9.tar.gz rpg-84f66e9f97ebf4d78ffaaad7a0b44f5c0180bfc9.tar.bz2 |
Add english description for new authldap options
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/en/settings.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/en/settings.php b/lib/plugins/authldap/lang/en/settings.php index 951901ccc..a4194b00a 100644 --- a/lib/plugins/authldap/lang/en/settings.php +++ b/lib/plugins/authldap/lang/en/settings.php @@ -13,7 +13,9 @@ $lang['binddn'] = 'DN of an optional bind user if anonymous bind is not suf $lang['bindpw'] = 'Password of above user'; $lang['userscope'] = 'Limit search scope for user search'; $lang['groupscope'] = 'Limit search scope for group search'; +$lang['userkey'] = 'Attribute denoting the username; must be consistent to userfilter.'; $lang['groupkey'] = 'Group membership from any user attribute (instead of standard AD groups) e.g. group from department or telephone number'; +$lang['modPass'] = 'Can the LDAP password be changed via dokuwiki?'; $lang['debug'] = 'Display additional debug information on errors'; |