Add all the source files from the old CVS tree,
[tprouty/samba.git] / docs / smbdotconf / misc / valid.xml
1 <samba:parameter name="-valid"
2                  context="S"
3                  type="boolean"
4                  xmlns:samba="http://samba.org/common">
5 <description>
6         <para> This parameter indicates whether a share is 
7         valid and thus can be used. When this parameter is set to false, 
8         the share will be in no way visible nor accessible.
9         </para>
10
11         <para>
12         This option should not be 
13         used by regular users but might be of help to developers. 
14         Samba uses this option internally to mark shares as deleted.
15         </para>
16 </description>
17 <value type="default">yes</value>
18 </samba:parameter>