LDAP: fix default

remotes/origin/stable5
Arthur Schiwon 2013-01-23 23:46:55 +07:00
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,
);
}