Only display slave users by default

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

@ -51,7 +51,7 @@ my $data = {
'CACHE_MASTER_USERS_TO_SLAVE' => JSON::false, 'CACHE_MASTER_USERS_TO_SLAVE' => JSON::false,
'group_switch_value' => 'MASTER_SLAVE' 'group_switch_value' => 'MASTER_SLAVE'
}, },
'MULTI_USER_BASE_DRIVER' => 'both', 'MULTI_USER_BASE_DRIVER' => 'slave',
'SLAVE_INSTANCE_CONFIG' => { 'SLAVE_INSTANCE_CONFIG' => {
'instance_name' => 'auth.serial', 'instance_name' => 'auth.serial',
'USERS_FILEPATH' => '/var/lib/pydio/plugins/auth.serial/guests.ser', 'USERS_FILEPATH' => '/var/lib/pydio/plugins/auth.serial/guests.ser',

Loading…
Cancel
Save