1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/docs-xml/smbdotconf/base/configbackend.xml
Michael Adam 63e3c75374 docs:smbdotconf: add enumlist property to parameters where missing
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31 01:55:29 +02:00

27 lines
1.0 KiB
XML

<samba:parameter name="config backend"
context="G"
type="enum"
enumlist="enum_config_backend"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
This controls the backend for storing the configuration.
Possible values are <emphasis>file</emphasis> (the default)
and <emphasis>registry</emphasis>.
When <smbconfoption name="config backend">registry</smbconfoption>
is encountered while loading <emphasis>smb.conf</emphasis>,
the configuration read so far is dropped and the global
options are read from registry instead. So this triggers a
registry only configuration. Share definitions are not read
immediately but instead <parameter>registry
shares</parameter> is set to <emphasis>yes</emphasis>.
</para>
<para>
Note: This option can not be set inside the registry
configuration itself.
</para>
</description>
<value type="default">file</value>
<value type="example">registry</value>
</samba:parameter>