diff options
Diffstat (limited to 'docs/smbdotconf/browse/administrative_share.xml')
-rw-r--r-- | docs/smbdotconf/browse/administrative_share.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/smbdotconf/browse/administrative_share.xml b/docs/smbdotconf/browse/administrative_share.xml new file mode 100644 index 0000000000..bc48bf0e1b --- /dev/null +++ b/docs/smbdotconf/browse/administrative_share.xml @@ -0,0 +1,15 @@ +<samba:parameter name="administrative share" + 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 share, then the share will be an administrative share. The Administrative + Shares are the default network shares created by all Windows NT-based + operating systems. These are shares like C$, D$ or ADMIN$. The type of these + shares is 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> |