Disable fast checks, they prevent user profile dir creation

This commit is contained in:
Daniel Berteaud 2014-01-29 09:20:48 +01:00
parent 6cfae2b4ee
commit 52fbd05735
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ my $data = {
'mysql_host' => 'localhost'
},
'UNIQUE_INSTANCE_CONFIG' => {
'FAST_CHECKS' => JSON::true,
'FAST_CHECKS' => JSON::false,
'ROLES_FILEPATH' => '/var/lib/pydio/plugins/auth.serial/roles.ser',
'USERS_DIRPATH' => '/var/lib/pydio/plugins/auth.serial',
'instance_name' => 'conf.serial',