diff options
Diffstat (limited to 'lib/plugins/authldap/lang/en/settings.php')
-rw-r--r-- | lib/plugins/authldap/lang/en/settings.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/en/settings.php b/lib/plugins/authldap/lang/en/settings.php index a4194b00a..99884745d 100644 --- a/lib/plugins/authldap/lang/en/settings.php +++ b/lib/plugins/authldap/lang/en/settings.php @@ -11,6 +11,7 @@ $lang['referrals'] = 'Shall referrals be followed?'; $lang['deref'] = 'How to dereference aliases?'; $lang['binddn'] = 'DN of an optional bind user if anonymous bind is not sufficient. Eg. <code>cn=admin, dc=my, dc=home</code>'; $lang['bindpw'] = 'Password of above user'; +$lang['attributes'] = 'Attributes to retrieve with the LDAP search.'; $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.'; |