Disable fast checks, they prevent user profile dir creation

tags/0.2.4_el5
Daniel Berteaud 11 years ago
parent 6cfae2b4ee
commit 52fbd05735
  1. 2
      root/etc/e-smith/templates/var/lib/pydio/plugins/boot.conf/bootstrap.json/10All

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

Loading…
Cancel
Save