diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-03-16 17:19:59 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-03-16 17:19:59 +0100 |
commit | 43d45fd5a6522de02938136a7120874bd4abada8 (patch) | |
tree | 1058f5cd717461762f1eda842e58d4173404864e /lib/plugins/authldap/lang/en | |
parent | f39cc3cb7ee042e2e3fde60dae4335da1d9a8c2d (diff) | |
parent | 84f66e9f97ebf4d78ffaaad7a0b44f5c0180bfc9 (diff) | |
download | rpg-43d45fd5a6522de02938136a7120874bd4abada8.tar.gz rpg-43d45fd5a6522de02938136a7120874bd4abada8.tar.bz2 |
Merge pull request #1073 from sklrrzn/master
Add two config options to authldap
Diffstat (limited to 'lib/plugins/authldap/lang/en')
-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'; |