]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r4128: Cron jobs etc seem to do an initgroups for root quite frequently. So
authorVolker Lendecke <vlendec@samba.org>
Fri, 10 Dec 2004 10:30:59 +0000 (10:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:35 +0000 (10:53 -0500)
log.winbindd is spammed with 'user root does not exist'. Increase debug level.

Volker

source/nsswitch/winbindd_group.c

index 4b49c1873e2425974512436faf3b1438e4010360..d64c2e4a19c6b18c19342354a0931d69e0b66692 100644 (file)
@@ -1029,7 +1029,7 @@ enum winbindd_result winbindd_getgroups(struct winbindd_cli_state *state)
 
        if (!winbindd_lookup_sid_by_name(domain, domain->name, name_user, &user_sid, 
                                         &name_type)) {
-               DEBUG(1, ("user '%s' does not exist\n", name_user));
+               DEBUG(4, ("user '%s' does not exist\n", name_user));
                goto done;
        }