source: branches/samba-3.5.x/docs-xml/smbdotconf/misc/valid.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 555 bytes
Line 
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>
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>
Note: See TracBrowser for help on using the repository browser.