summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/misc/valid.xml
blob: 8d86f9c82b2f5c8f64640e57fc839ddbb7585a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<samba:parameter name="-valid"
                 context="S"
                 type="boolean"
                 generated_function="0"
                 function="valid"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<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>
</description>
<value type="default">yes</value>
</samba:parameter>