diff options
author | Klap-in <klapinklapin@gmail.com> | 2013-02-16 23:55:52 +0100 |
---|---|---|
committer | Klap-in <klapinklapin@gmail.com> | 2013-02-16 23:55:52 +0100 |
commit | 5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1 (patch) | |
tree | 5488526d7937c7a909509ee77ad6899fce9f774c /lib/plugins/authldap | |
parent | 27ffb3e11e089645f9e374808063313ed7a08722 (diff) | |
download | rpg-5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1.tar.gz rpg-5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1.tar.bz2 |
litte fixes
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/en/settings.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/plugins/authldap/lang/en/settings.php b/lib/plugins/authldap/lang/en/settings.php index bca666e9f..0bb397be5 100644 --- a/lib/plugins/authldap/lang/en/settings.php +++ b/lib/plugins/authldap/lang/en/settings.php @@ -14,5 +14,3 @@ $lang['userscope'] = 'Limit search scope for user search'; $lang['groupscope'] = 'Limit search scope for group search'; $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'; - - |