svn commit: samba-docs r1150 - in trunk/smbdotconf/vfs: .

kseeger at samba.org kseeger at samba.org
Tue Aug 14 14:41:49 GMT 2007


Author: kseeger
Date: 2007-08-14 14:41:48 +0000 (Tue, 14 Aug 2007)
New Revision: 1150

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1150

Log:
Fix example for msdfs proxy.
Neither smbclient nor WinXP can connect if two '\' are used.
Maybe fixing the server side would be the better choice...

Karolin
Modified:
   trunk/smbdotconf/vfs/msdfsproxy.xml


Changeset:
Modified: trunk/smbdotconf/vfs/msdfsproxy.xml
===================================================================
--- trunk/smbdotconf/vfs/msdfsproxy.xml	2007-08-13 16:00:27 UTC (rev 1149)
+++ trunk/smbdotconf/vfs/msdfsproxy.xml	2007-08-14 14:41:48 UTC (rev 1150)
@@ -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>



More information about the samba-cvs mailing list