1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/docs-xml/smbdotconf/base/configbackend.xml
Michael Adam 4a6a010e78 docs:smbdotconf: remove swat-specific flags.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
2015-05-02 00:56:31 +02:00

26 lines
967 B
XML

<samba:parameter name="config backend"
context="G"
type="enum"
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>