summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2013-10-31 12:01:22 +0100
committerBjoern Jacke <bj@sernet.de>2013-11-01 00:12:18 +0100
commit22945de4300cff49db663c5d7c69bd76ac889c9d (patch)
tree9a1e53c2f2ece0ad93760d90f4e02179450b2c87 /docs-xml
parent85b5bedd43cdb758463cb03079eb1bb4aadf6677 (diff)
downloadsamba-22945de4300cff49db663c5d7c69bd76ac889c9d.tar.gz
samba-22945de4300cff49db663c5d7c69bd76ac889c9d.tar.xz
samba-22945de4300cff49db663c5d7c69bd76ac889c9d.zip
doc/msdfs proxy: extend example for multi target config
Signed-off-by: Björn Jacke <bj@sernet.de> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Nov 1 00:12:19 CET 2013 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/vfs/msdfsproxy.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/vfs/msdfsproxy.xml b/docs-xml/smbdotconf/vfs/msdfsproxy.xml
index 5117bae2241..566dcd7d691 100644
--- a/docs-xml/smbdotconf/vfs/msdfsproxy.xml
+++ b/docs-xml/smbdotconf/vfs/msdfsproxy.xml
@@ -6,13 +6,13 @@
<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 the proxied share using
- the SMB-Dfs protocol.</para>
+ 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</value>
+<value type="example">\otherserver\someshare,\otherserver2\someshare</value>
</samba:parameter>