r13794: If you are going to go, go big. That's what I always say.
authorGerald Carter <jerry@samba.org>
Thu, 2 Mar 2006 19:26:33 +0000 (19:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:54 +0000 (11:10 -0500)
* disable winbind enum {users,groups} by default after
  further conversations with Volker.
(This used to be commit d640d815405ce226c51577de5524daf63515d0a7)

source3/param/loadparm.c

index 65daf041e49fca5ccb3c5be42fbd3ebca859cf34..6d0eb46f23f15f222d857ab4de63368f7780af89 100644 (file)
@@ -1623,8 +1623,8 @@ static void init_globals(BOOL first_time_only)
        string_set(&Globals.szIPrintServer, "");
 
        Globals.winbind_cache_time = 300;       /* 5 minutes */
-       Globals.bWinbindEnumUsers = True;
-       Globals.bWinbindEnumGroups = True;
+       Globals.bWinbindEnumUsers = False;
+       Globals.bWinbindEnumGroups = False;
        Globals.bWinbindUseDefaultDomain = False;
        Globals.bWinbindTrustedDomainsOnly = False;
        Globals.bWinbindNestedGroups = True;