summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-05-29 22:31:34 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-05-29 22:31:34 +0000
commit21e83421fb1cdab290386c170be3e21fedb81307 (patch)
treecac533c258f392562b6430f81e450ec6e08141e3 /docs
parentdaf443757b62bd3c254a303d638bfd030b4acd2a (diff)
downloadsamba-21e83421fb1cdab290386c170be3e21fedb81307.tar.gz
samba-21e83421fb1cdab290386c170be3e21fedb81307.tar.xz
samba-21e83421fb1cdab290386c170be3e21fedb81307.zip
Document -valid. Fixes bug #32
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/smbdotconf/misc/valid.xml18
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 00000000000..b5756f0afe2
--- /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>