diff options
author | Karolin Seeger <ks@samba.org> | 2007-08-14 14:41:48 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:35 -0500 |
commit | 3744a2c4d53417817da77b029932a09d2bcbd30b (patch) | |
tree | 021684ecc10f4ea8abb72efc2fb892a6dd155cd6 /docs/smbdotconf | |
parent | 52c5790e3816471af171dc175fec80726ddd2f1d (diff) | |
download | samba-3744a2c4d53417817da77b029932a09d2bcbd30b.tar.gz samba-3744a2c4d53417817da77b029932a09d2bcbd30b.tar.bz2 samba-3744a2c4d53417817da77b029932a09d2bcbd30b.zip |
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
(This used to be commit 5842c0cb8d727016c1f7f5222dffc2b95c3325d0)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r-- | docs/smbdotconf/vfs/msdfsproxy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/vfs/msdfsproxy.xml b/docs/smbdotconf/vfs/msdfsproxy.xml index bec685cbca..5117bae224 100644 --- a/docs/smbdotconf/vfs/msdfsproxy.xml +++ b/docs/smbdotconf/vfs/msdfsproxy.xml @@ -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> |