s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / misc / valid.xml
blob2f92f6367cc1e6e9a9b117ef842eeb6aa15f394b
1 <samba:parameter name="-valid"
2                  context="S"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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>
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>