diff options
Diffstat (limited to 'docs')
-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> |