Next update of VFS modules development guide
[sfrench/samba-autobuild/.git] / docs-xml / smbdotconf / vfs / msdfsproxy.xml
1 <samba:parameter name="msdfs proxy"
2                  context="S"
3                                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This parameter indicates that the share is a
7         stand-in for another CIFS share whose location is specified by
8         the value of the parameter. When clients attempt to connect to
9         this share, they are redirected to the proxied share using
10         the SMB-Dfs protocol.</para>
11
12         <para>Only Dfs roots can act as proxy shares. Take a look at the
13         <smbconfoption name="msdfs root"/> and <smbconfoption name="host msdfs"/>
14         options to find out how to set up a Dfs root share.</para>
15 </description>
16
17 <value type="example">\otherserver\someshare</value>
18 </samba:parameter>