summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2008-02-29 12:06:34 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 09:02:10 -0500
commitf02b1603314e7243ab03a9f604c57877e28a1c99 (patch)
tree484803b19ba45d24fbed3dd44f2274031f7cd4ff
parente1d4ce6c696f8377cc099b2324752b2b795e5b9a (diff)
downloadsamba-f02b1603314e7243ab03a9f604c57877e28a1c99.tar.gz
"hidden"->"administrative share"
-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 ae9ac1eba2a..bc48bf0e1b1 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>