Add all the source files from the old CVS tree,
[import/samba-docs-svnimport.git] / smbdotconf / vfs / msdfsproxy.xml
1 <samba:parameter name="msdfs proxy"
2                  context="S"
3                                  type="string"
4                  xmlns:samba="http://samba.org/common">
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         <link linkend="MSDFSROOT"><parameter moreinfo="none">msdfs root</parameter></link>
14         and <link linkend="HOSTMSDFS"><parameter moreinfo="none">host msdfs</parameter></link>
15         options to find out how to set up a Dfs root share.</para>
16 </description>
17
18 <value type="example">\otherserver\someshare</value>
19 </samba:parameter>