]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r2190: disable 'winbind enable local accounts' by default (had to be done doctor)
authorGerald Carter <jerry@samba.org>
Thu, 2 Sep 2004 20:51:12 +0000 (20:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:35 +0000 (10:52 -0500)
(This used to be commit 1f71295801c7af554fba293069e52666083d7bc5)

source3/param/loadparm.c

index 71543d1e15b538c253607e7ba7fe8998928e6347..14981b97c4203cb222061bc92c1f4efd650a1799 100644 (file)
@@ -1510,7 +1510,7 @@ static void init_globals(void)
        string_set(&Globals.szCupsServer, "");
 
        Globals.winbind_cache_time = 300;       /* 5 minutes */
-       Globals.bWinbindEnableLocalAccounts = True;
+       Globals.bWinbindEnableLocalAccounts = False;
        Globals.bWinbindEnumUsers = True;
        Globals.bWinbindEnumGroups = True;
        Globals.bWinbindUseDefaultDomain = False;