Next update of VFS modules development guide
[samba.git] / docs-xml / smbdotconf / vfs / msdfsroot.xml
1 <samba:parameter name="msdfs root"
2                  context="S"
3                                  tye="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>If set to <constant>yes</constant>, Samba treats the
7         share as a Dfs root and allows clients to browse the
8         distributed file system tree rooted at the share directory.
9         Dfs links are specified in the share directory by symbolic
10         links of the form <filename>msdfs:serverA\\shareA,serverB\\shareB</filename>
11         and so on.  For more information on setting up a Dfs tree on
12         Samba, refer to the MSDFS chapter in the Samba3-HOWTO book.</para>
13 </description>
14
15 <related>host msdfs</related>
16 <value type="default">no</value>
17 <para>See also <smbconfoption name="host msdfs"/></para>
18 </samba:parameter>