LDAP: fix default

This commit is contained in:
Arthur Schiwon 2013-01-23 23:46:55 +01:00
parent 06c284f6cc
commit b979bf6f1c

View file

@ -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,
);
}