diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-29 22:31:34 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-29 22:31:34 +0000 |
commit | c76ecf6bad492af9822874fde3ff733be366d14a (patch) | |
tree | e595c98010ce0de22a721f531c751f003e9c6ac8 /docs | |
parent | 2153494966453778117eab028b6f44b1574da4a6 (diff) | |
download | samba-c76ecf6bad492af9822874fde3ff733be366d14a.tar.gz samba-c76ecf6bad492af9822874fde3ff733be366d14a.tar.bz2 samba-c76ecf6bad492af9822874fde3ff733be366d14a.zip |
Document -valid. Fixes bug #32
(This used to be commit 21e83421fb1cdab290386c170be3e21fedb81307)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/smbdotconf/misc/valid.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/misc/valid.xml b/docs/docbook/smbdotconf/misc/valid.xml new file mode 100644 index 0000000000..b5756f0afe --- /dev/null +++ b/docs/docbook/smbdotconf/misc/valid.xml @@ -0,0 +1,18 @@ +<samba:parameter name="-valid" + context="S" + xmlns:samba="http://samba.org/common"> + <listitem> + <para> This parameter indicates whether a share is + valid and thus can be used. When this parameter is set to false, + the share will be in no way visible nor accessible. + </para> + + <para> + This option should not be + used by regular users but might be of help to developers. + Samba uses this option internally to mark shares as deleted. + </para> + + <para>Default: <emphasis>True</emphasis></para> +</listitem> +</samba:parameter> |