1 <samba:parameter name="dont descend"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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>
12 <para>Note that Samba can be very fussy about the exact format
13 of the "dont descend" 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>
18 <value type="default"></value>
19 <value type="example">/proc,/dev</value>