CVE-2023-34968: mdssvc: introduce an allocating wrapper to sl_pack()
[Samba.git] / docs-xml / smbdotconf / vfs / msdfsproxy.xml
blob55a410fe49e7278d1dbf3030b2802c6333acb579
1 <samba:parameter name="msdfs proxy"
2                  context="S"
3                  type="string"
4                  substitution="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This parameter indicates that the share is a
8         stand-in for another CIFS share whose location is specified by
9         the value of the parameter. When clients attempt to connect to
10         this share, they are redirected to one or multiple, comma separated
11         proxied shares using the SMB-Dfs protocol.</para>
13         <para>Only Dfs roots can act as proxy shares. Take a look at the
14         <smbconfoption name="msdfs root"/> and <smbconfoption name="host msdfs"/>
15         options to find out how to set up a Dfs root share.</para>
16 </description>
18 <value type="example">\otherserver\someshare,\otherserver2\someshare</value>
19 </samba:parameter>