diff options
author | Volker Lendecke <vlendec@samba.org> | 2008-02-29 12:06:34 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:44 -0500 |
commit | 72ca79732b48b6faf5966f29b023611104f48feb (patch) | |
tree | c379c83b21156341d3b4843de55633954292b7a7 | |
parent | 9824c7765010b8013ad9a7f794e454e747ef3c12 (diff) | |
download | samba-72ca79732b48b6faf5966f29b023611104f48feb.tar.gz samba-72ca79732b48b6faf5966f29b023611104f48feb.tar.bz2 samba-72ca79732b48b6faf5966f29b023611104f48feb.zip |
"hidden"->"administrative share"
(This used to be commit 7ee48e3acbcf1d1ad2d2da41bf3ecced66ffc85d)
-rw-r--r-- | docs/smbdotconf/browse/administrative_share.xml (renamed from docs/smbdotconf/browse/hidden.xml) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/smbdotconf/browse/hidden.xml b/docs/smbdotconf/browse/administrative_share.xml index ae9ac1eba2..bc48bf0e1b 100644 --- a/docs/smbdotconf/browse/hidden.xml +++ b/docs/smbdotconf/browse/administrative_share.xml @@ -1,10 +1,13 @@ -<samba:parameter name="hidden" +<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 service, then the share will be hidden and can't be administrated (STYPE_DISKTREE_HIDDEN). + <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> |