Only display slave users by default

This commit is contained in:
Daniel Berteaud 2014-02-11 16:41:15 +01:00
parent eb45ab9d5c
commit 9b72fc0dd7
1 changed files with 1 additions and 1 deletions

View File

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