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