diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2015-02-09 09:40:24 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2015-02-09 09:40:24 +0100 |
commit | d75d76b237162cf89dcc8f56703ec0607ed27fdb (patch) | |
tree | 26a780b2e33959bea0d5b7bea87a7f1c3074e558 /lib/plugins/authldap/lang/en | |
parent | 4c32d8dc4120e5a2667564b4108b3708986ea47e (diff) | |
download | rpg-d75d76b237162cf89dcc8f56703ec0607ed27fdb.tar.gz rpg-d75d76b237162cf89dcc8f56703ec0607ed27fdb.tar.bz2 |
fix referral settings in AuthLDAP. closes #1023
Diffstat (limited to 'lib/plugins/authldap/lang/en')
-rw-r--r-- | lib/plugins/authldap/lang/en/settings.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/en/settings.php b/lib/plugins/authldap/lang/en/settings.php index b73166ab2..951901ccc 100644 --- a/lib/plugins/authldap/lang/en/settings.php +++ b/lib/plugins/authldap/lang/en/settings.php @@ -21,3 +21,7 @@ $lang['deref_o_0'] = 'LDAP_DEREF_NEVER'; $lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING'; $lang['deref_o_2'] = 'LDAP_DEREF_FINDING'; $lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS'; + +$lang['referrals_o_-1'] = 'use default'; +$lang['referrals_o_0'] = 'don\'t follow referrals'; +$lang['referrals_o_1'] = 'follow referrals';
\ No newline at end of file |