1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/docs-xml/smbdotconf/misc/registryshares.xml
Garming Sam 0531dff043 docs: fixup type attribute for registry shares parameter
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
2014-01-28 17:26:38 +13:00

25 lines
777 B
XML

<samba:parameter name="registry shares"
context="G"
type="boolean"
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>