summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/vfs/msdfsproxy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/smbdotconf/vfs/msdfsproxy.xml')
-rw-r--r--docs/smbdotconf/vfs/msdfsproxy.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/smbdotconf/vfs/msdfsproxy.xml b/docs/smbdotconf/vfs/msdfsproxy.xml
new file mode 100644
index 0000000000..17e18d1499
--- /dev/null
+++ b/docs/smbdotconf/vfs/msdfsproxy.xml
@@ -0,0 +1,19 @@
+<samba:parameter name="msdfs proxy"
+ context="S"
+ type="string"
+ xmlns:samba="http://samba.org/common">
+<description>
+ <para>This parameter indicates that the share is a
+ stand-in for another CIFS share whose location is specified by
+ the value of the parameter. When clients attempt to connect to
+ this share, they are redirected to the proxied share using
+ the SMB-Dfs protocol.</para>
+
+ <para>Only Dfs roots can act as proxy shares. Take a look at the
+ <link linkend="MSDFSROOT"><parameter moreinfo="none">msdfs root</parameter></link>
+ and <link linkend="HOSTMSDFS"><parameter moreinfo="none">host msdfs</parameter></link>
+ options to find out how to set up a Dfs root share.</para>
+</description>
+
+<value type="example">\otherserver\someshare</value>
+</samba:parameter>