1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Add docs for "hidden" parameter

Thanks to Andreas Schneider <anschneider@suse.de>
This commit is contained in:
Volker Lendecke 2008-02-26 20:34:33 +00:00 committed by Gerald W. Carter
parent 9efe5fa5f3
commit 7501bc1682

View File

@ -0,0 +1,12 @@
<samba:parameter name="hidden"
context="S"
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>If this parameter is set to <constant>yes</constant> for
a service, then the share will be hidden and can't be administrated (STYPE_DISKTREE_HIDDEN).
<para>See the section below on <smbconfoption name="security"/> for more information about this option.
</description>
<value type="default">no</value>
</samba:parameter>