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