1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-09 09:57:48 +03:00

Add docs for "hidden" parameter

Thanks to Andreas Schneider <anschneider@suse.de>
(This used to be commit 7501bc1682580232563dc606b0979bbc4d34f215)
This commit is contained in:
Volker Lendecke 2008-02-26 20:34:33 +00:00 committed by Gerald W. Carter
parent c0383f26e7
commit d414ef08d0

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>