source: branches/samba-3.2.x/docs-xml/smbdotconf/misc/dontdescend.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 886 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.