summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/vfs/msdfsroot.xml
blob: 059ffff9a063b589b8c96e8280ca5344cb6e3d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<samba:parameter name="msdfs root"
                 context="S"
                 xmlns:samba="http://samba.org/common">
<listitem>
	<para>If set to <constant>yes</constant>, Samba treats the
	share as a Dfs root and allows clients to browse the
	distributed file system tree rooted at the share directory.
	Dfs links are specified in the share directory by symbolic
	links of the form <filename
	moreinfo="none">msdfs:serverA\\shareA,serverB\\shareB</filename>
	and so on.  For more information on setting up a Dfs tree on
	Samba, refer to <link linkend="msdfs"/>.</para>
		
	<para>See also <link linkend="HOSTMSDFS"><parameter moreinfo="none">host msdfs</parameter></link></para>
		
	<para>Default: <command moreinfo="none">msdfs root = no</command></para>
</listitem>
</samba:parameter>