diff options
author | Volker Lendecke <vlendec@samba.org> | 2008-02-26 20:34:33 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:43 -0500 |
commit | d414ef08d03c3595e7233ff3233373db0d8a5c50 (patch) | |
tree | 31d8954383ca42b2e976f8def21789a123d6c357 | |
parent | c0383f26e72cd295eccac17762a5cb15aaac5cd2 (diff) | |
download | samba-d414ef08d03c3595e7233ff3233373db0d8a5c50.tar.gz samba-d414ef08d03c3595e7233ff3233373db0d8a5c50.tar.bz2 samba-d414ef08d03c3595e7233ff3233373db0d8a5c50.zip |
Add docs for "hidden" parameter
Thanks to Andreas Schneider <anschneider@suse.de>
(This used to be commit 7501bc1682580232563dc606b0979bbc4d34f215)
-rw-r--r-- | docs/smbdotconf/browse/hidden.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/smbdotconf/browse/hidden.xml b/docs/smbdotconf/browse/hidden.xml new file mode 100644 index 0000000000..ae9ac1eba2 --- /dev/null +++ b/docs/smbdotconf/browse/hidden.xml @@ -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> |