This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[kamenim/samba-autobuild/.git] / docs / docbook / smbdotconf / misc / dontdescend.xml
1 <samba:parameter name="dont descend"
2                  context="S"
3                  xmlns:samba="http://samba.org/common">
4 <listitem>
5         <para>There are certain directories on some systems 
6         (e.g., the <filename moreinfo="none">/proc</filename> tree under Linux) that are either not 
7         of interest to clients or are infinitely deep (recursive). This 
8         parameter allows you to specify a comma-delimited list of directories 
9         that the server should always show as empty.</para>
10
11         <para>Note that Samba can be very fussy about the exact format 
12         of the &quot;dont descend&quot; entries. For example you may need <filename moreinfo="none">
13         ./proc</filename> instead of just <filename moreinfo="none">/proc</filename>. 
14         Experimentation is the best policy :-)  </para>
15                 
16         <para>Default: <emphasis>none (i.e., all directories are OK 
17         to descend)</emphasis></para>
18
19         <para>Example: <command moreinfo="none">dont descend = /proc,/dev</command></para>
20 </listitem>
21 </samba:parameter>