Fix example for msdfs proxy.
authorKarolin Seeger <ks@samba.org>
Tue, 14 Aug 2007 14:41:48 +0000 (14:41 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:35 +0000 (08:47 -0500)
Neither smbclient nor WinXP can connect if two '\' are used.
Maybe fixing the server side would be the better choice...

Karolin

docs/smbdotconf/vfs/msdfsproxy.xml

index bec685cbca57f064680c80b410de33f1b879a5fe..5117bae224146379a1339b0dcdee902632303a49 100644 (file)
@@ -14,5 +14,5 @@
        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</value>
 </samba:parameter>