mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
24 lines
775 B
XML
24 lines
775 B
XML
<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>
|