summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/misc/registryshares.xml
blob: 0bdb1f6c28300f51f70e43d1dcb3c91befdbe9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<samba:parameter name="registry shares"
                 context="G"
                 type="boolean"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<para>
	This turns on or off support for share definitions read from
	registry. Shares defined in <emphasis>smb.conf</emphasis> take
	precedence over shares with the same name defined in
	registry. See the section on registry-based configuration
	for details. 
	</para>

	<para>
		Note that this parameter defaults to <emphasis>no</emphasis>,
		but it is set to <emphasis>yes</emphasis> when
		 <parameter>config backend</parameter> is set
		to <emphasis>registry</emphasis>.
	</para>
</description>
<value type="default">no</value>
<value type="example">yes</value>
</samba:parameter>