blob: 76c83e194c8f7022139911855a218b9a2ebba80d (
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
|
<samba:parameter name="registry shares"
context="G"
type="bool"
advanced="1"
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>
|