mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 03:04:35 -04:00
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:
parent
d49e4e53fd
commit
02fe013d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue