Add docs for "hidden" parameter
authorVolker Lendecke <vlendec@samba.org>
Tue, 26 Feb 2008 20:34:33 +0000 (20:34 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:43 +0000 (08:47 -0500)
Thanks to Andreas Schneider <anschneider@suse.de>
(This used to be commit 7501bc1682580232563dc606b0979bbc4d34f215)

docs/smbdotconf/browse/hidden.xml [new file with mode: 0644]

diff --git a/docs/smbdotconf/browse/hidden.xml b/docs/smbdotconf/browse/hidden.xml
new file mode 100644 (file)
index 0000000..ae9ac1e
--- /dev/null
@@ -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>