Match Samba 2.2, and make ACB_NORMAL the default ACB value.
[Samba.git] / docs / docbook / smbdotconf / vfs / msdfsproxy.xml
blobc16968fda7bcdc9b8b01a70fe6e646548700d692
1 <samba:parameter name="msdfs proxy"
2                  context="S"
3                  xmlns:samba="http://samba.org/common">
4 <listitem>
5         <para>This parameter indicates that the share is a
6         stand-in for another CIFS share whose location is specified by
7         the value of the parameter. When clients attempt to connect to
8         this share, they are redirected to the proxied share using
9         the SMB-Dfs protocol.</para>
11         <para>Only Dfs roots can act as proxy shares. Take a look at the
12         <link linkend="MSDFSROOT"><parameter moreinfo="none">msdfs root</parameter></link>
13         and <link linkend="HOSTMSDFS"><parameter moreinfo="none">host msdfs</parameter></link>
14         options to find out how to set up a Dfs root share.</para>
16         <para>Example: <command moreinfo="none">msdfs proxy = \\\\otherserver\\someshare</command></para>
17 </listitem>
18 </samba:parameter>