diff options
Diffstat (limited to 'docs/smbdotconf/vfs/msdfsroot.xml')
-rw-r--r-- | docs/smbdotconf/vfs/msdfsroot.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/smbdotconf/vfs/msdfsroot.xml b/docs/smbdotconf/vfs/msdfsroot.xml new file mode 100644 index 0000000000..bb523fe147 --- /dev/null +++ b/docs/smbdotconf/vfs/msdfsroot.xml @@ -0,0 +1,20 @@ +<samba:parameter name="msdfs root" + context="S" + tye="boolean" + xmlns:samba="http://samba.org/common"> +<description> + <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> +</description> + +<related>host msdfs</related> +<value type="default">no</value> + + <para>See also <link linkend="HOSTMSDFS"><parameter moreinfo="none">host msdfs</parameter></link></para> +</samba:parameter> |