summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/vfs/msdfsproxy.xml
blob: 55a410fe49e7278d1dbf3030b2802c6333acb579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<samba:parameter name="msdfs proxy"
                 context="S"
                 type="string"
                 substitution="1"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<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 one or multiple, comma separated
	proxied shares using the SMB-Dfs protocol.</para>

	<para>Only Dfs roots can act as proxy shares. Take a look at the
	<smbconfoption name="msdfs root"/> and <smbconfoption name="host msdfs"/>
	options to find out how to set up a Dfs root share.</para>
</description>

<value type="example">\otherserver\someshare,\otherserver2\someshare</value>
</samba:parameter>