s4/torture: Remove already existing test_dir
[samba.git] / docs-xml / smbdotconf / misc / dontdescend.xml
1 <samba:parameter name="dont descend"
2                  context="S"
3                  type="string"
4                  substitution="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>There are certain directories on some systems 
8         (e.g., the <filename moreinfo="none">/proc</filename> tree under Linux) that are either not 
9         of interest to clients or are infinitely deep (recursive). This 
10         parameter allows you to specify a comma-delimited list of directories 
11         that the server should always show as empty.</para>
12
13         <para>Note that Samba can be very fussy about the exact format 
14         of the &quot;dont descend&quot; entries. For example you may need <filename moreinfo="none">
15         ./proc</filename> instead of just <filename moreinfo="none">/proc</filename>. 
16         Experimentation is the best policy :-)  </para>
17 </description>
18
19 <value type="default"></value>
20 <value type="example">/proc,/dev</value>
21 </samba:parameter>