diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-02-19 13:53:03 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:25 -0500 |
commit | 97f3db1abce035593b1903e1af54e673e204a296 (patch) | |
tree | 4b56d56af21e256ff0a59beca7d6cc5dc86febe6 /docs/smbdotconf/vfs | |
parent | e059e15394125c61a014ce750d649f356ee7f5a3 (diff) | |
download | samba-97f3db1abce035593b1903e1af54e673e204a296.tar.gz samba-97f3db1abce035593b1903e1af54e673e204a296.tar.bz2 samba-97f3db1abce035593b1903e1af54e673e204a296.zip |
Talked to Jerry on irc, he does not see what might break with this: Change
back the 'msdfs root = yes' default to 'no'.
Volker
(This used to be commit 9b7c2a5242efb4eea0929ead0ae6be2cdcd6280d)
Diffstat (limited to 'docs/smbdotconf/vfs')
-rw-r--r-- | docs/smbdotconf/vfs/msdfsroot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/vfs/msdfsroot.xml b/docs/smbdotconf/vfs/msdfsroot.xml index 60b6d509fd..86dc6f1d8c 100644 --- a/docs/smbdotconf/vfs/msdfsroot.xml +++ b/docs/smbdotconf/vfs/msdfsroot.xml @@ -13,6 +13,6 @@ </description> <related>host msdfs</related> -<value type="default">yes</value> +<value type="default">no</value> <para>See also <smbconfoption name="host msdfs"/></para> </samba:parameter> |