From 52fbd05735fed6e815c018cad35e9ceeba2d3280 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 29 Jan 2014 09:20:48 +0100 Subject: [PATCH] Disable fast checks, they prevent user profile dir creation --- .../templates/var/lib/pydio/plugins/boot.conf/bootstrap.json/10All | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/var/lib/pydio/plugins/boot.conf/bootstrap.json/10All b/root/etc/e-smith/templates/var/lib/pydio/plugins/boot.conf/bootstrap.json/10All index ff41756..b13c2dc 100644 --- a/root/etc/e-smith/templates/var/lib/pydio/plugins/boot.conf/bootstrap.json/10All +++ b/root/etc/e-smith/templates/var/lib/pydio/plugins/boot.conf/bootstrap.json/10All @@ -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',