summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/base/configbackend.xml
blob: 22375692c6e72c9e74f4da94122937d6ad96b5ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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>