LDAP: set default value for login filter to empty, otherwise the wizard signals completed configuration too early when it might be not correct, i.e. login won't work

This commit is contained in:
Arthur Schiwon 2013-12-03 12:11:43 +01:00
parent 9808dee149
commit a10d1977b5
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ class Configuration {
'ldap_user_filter_mode' => 0,
'ldap_userfilter_objectclass' => '',
'ldap_userfilter_groups' => '',
'ldap_login_filter' => 'uid=%uid',
'ldap_login_filter' => '',
'ldap_login_filter_mode' => 0,
'ldap_loginfilter_email' => 0,
'ldap_loginfilter_username' => 1,