1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r21449: 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 ec6ebdcdbf)
This commit is contained in:
Volker Lendecke 2007-02-19 13:52:29 +00:00 committed by Gerald (Jerry) Carter
parent 8dbeb4dbeb
commit 16a00634e9

View File

@ -576,7 +576,7 @@ static service sDefault = {
False, /* bInheritPerms */
False, /* bInheritACLS */
False, /* bInheritOwner */
True, /* bMSDfsRoot */
False, /* bMSDfsRoot */
False, /* bUseClientDriver */
True, /* bDefaultDevmode */
False, /* bForcePrintername */