diff options
author | Klap-in <klapinklapin@gmail.com> | 2013-02-16 22:53:38 +0100 |
---|---|---|
committer | Klap-in <klapinklapin@gmail.com> | 2013-02-16 22:53:38 +0100 |
commit | 45970804e69e3d087fe19ad9cefaff0ef44be795 (patch) | |
tree | fe4c0a16027f2b78427ee7c48aa5e39beab06b1d /lib/plugins/authldap/lang/en | |
parent | ed2c6a71b7c05ed9ffb9031519900a6bd9e64d0a (diff) | |
download | rpg-45970804e69e3d087fe19ad9cefaff0ef44be795.tar.gz rpg-45970804e69e3d087fe19ad9cefaff0ef44be795.tar.bz2 |
Complete metadata and defaults of auth plugin configs
Diffstat (limited to 'lib/plugins/authldap/lang/en')
-rw-r--r-- | lib/plugins/authldap/lang/en/settings.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/plugins/authldap/lang/en/settings.php b/lib/plugins/authldap/lang/en/settings.php index e3f4bab31..f20b7d2a3 100644 --- a/lib/plugins/authldap/lang/en/settings.php +++ b/lib/plugins/authldap/lang/en/settings.php @@ -12,4 +12,7 @@ $lang['binddn'] = 'DN of an ptional bind user if anonymous bind is not suff $lang['bindpw'] = 'Password of above user'; $lang['userscope'] = 'Limit search scope for user search'; $lang['groupscope'] = 'Limit search scope for group search'; -$lang['debug'] = 'Display additional debug information on errors';
\ No newline at end of file +$lang['groupkey'] = 'Group member ship from any user attribute (instead of standard AD groups) e.g. group from department or telephone number'; +$lang['debug'] = 'Display additional debug information on errors'; + + |