mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
LDAP: fix default
This commit is contained in:
parent
06c284f6cc
commit
b979bf6f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ class Connection {
|
|||
'ldap_cache_ttl' => 600,
|
||||
'ldap_uuid_attribute' => 'auto',
|
||||
'ldap_override_uuid_attribute' => 0,
|
||||
'home_folder_naming_rule' => '',
|
||||
'home_folder_naming_rule' => 'opt:username',
|
||||
'ldap_turn_off_cert_check' => 0,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue