Author: vlendec
Date: 2007-02-19 13:52:29 +0000 (Mon, 19 Feb 2007)
New Revision: 21449

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

Log:
Talked to Jerry on irc, he does not see what might break with this: Change
back the 'msdfs root = yes' default to 'no'.

Volker

Modified:
   branches/SAMBA_3_0/source/param/loadparm.c
   branches/SAMBA_3_0_25/source/param/loadparm.c


Changeset:
Modified: branches/SAMBA_3_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_3_0/source/param/loadparm.c  2007-02-19 13:45:03 UTC (rev 
21448)
+++ branches/SAMBA_3_0/source/param/loadparm.c  2007-02-19 13:52:29 UTC (rev 
21449)
@@ -576,7 +576,7 @@
        False,                  /* bInheritPerms */
        False,                  /* bInheritACLS */
        False,                  /* bInheritOwner */
-       True,                   /* bMSDfsRoot */
+       False,                  /* bMSDfsRoot */
        False,                  /* bUseClientDriver */
        True,                   /* bDefaultDevmode */
        False,                  /* bForcePrintername */

Modified: branches/SAMBA_3_0_25/source/param/loadparm.c
===================================================================
--- branches/SAMBA_3_0_25/source/param/loadparm.c       2007-02-19 13:45:03 UTC 
(rev 21448)
+++ branches/SAMBA_3_0_25/source/param/loadparm.c       2007-02-19 13:52:29 UTC 
(rev 21449)
@@ -577,7 +577,7 @@
        False,                  /* bInheritPerms */
        False,                  /* bInheritACLS */
        False,                  /* bInheritOwner */
-       True,                   /* bMSDfsRoot */
+       False,                  /* bMSDfsRoot */
        False,                  /* bUseClientDriver */
        True,                   /* bDefaultDevmode */
        False,                  /* bForcePrintername */

Reply via email to