Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit c91ad01

Browse files
committed
Default "Cache Master Users" parameter to False instead of True
1 parent c524cd3 commit c91ad01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/plugins/auth.multi/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<param name="MODE" type="select" label="CONF_MESSAGE[Mode]" description="CONF_MESSAGE[Master/slave will assume that the master is read-only, and the slave is a local alternative to allow sharing features.]" mandatory="true" default="MASTER_SLAVE" choices="MASTER_SLAVE|Master/Slave,USER_CHOICE|User Choice"/>
1313
<param name="MASTER_DRIVER" type="string" label="CONF_MESSAGE[Master]" description="CONF_MESSAGE[The name of the master driver to use, generally serial.]" mandatory="true"/>
1414
<param name="USER_BASE_DRIVER" type="select" choices="master|Master,slave|Slave,both|Both" label="CONF_MESSAGE[Listing]" description="CONF_MESSAGE[In Master_Slave mode, use this option to limit the users listing in the administration to one driver only (leave empty if you want to see all users)]" mandatory="false"/>
15-
<param name="CACHE_MASTER_USERS_TO_SLAVE" type="boolean" label="CONF_MESSAGE[Cache master users]" description="CONF_MESSAGE[Create a local copy (at login time) of master users inside slave base]" mandatory="false" default="true"/>
15+
<param name="CACHE_MASTER_USERS_TO_SLAVE" type="boolean" label="CONF_MESSAGE[Cache master users]" description="CONF_MESSAGE[Create a local copy (at login time) of master users inside slave base]" mandatory="false" default="false"/>
1616
<param name="USER_ID_SEPARATOR" type="string" label="CONF_MESSAGE[Separator]" description="CONF_MESSAGE[This is necessary to discriminate users data loaded from various sources. Warning, use foldername compliant characters. For example :: does not work!]" mandatory="true" default="_-_"/>
1717
<param name="DRIVERS" type="array" label="CONF_MESSAGE[Drivers]" description="CONF_MESSAGE[The auth drivers definition, see detailed documenation for more info.]" mandatory="true"/>
1818
</server_settings>

0 commit comments

Comments
 (0)