From 7256771dd01029ed103896c0825bb91b88757015 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 10 Dec 2004 10:30:59 +0000 Subject: [PATCH] r4128: Cron jobs etc seem to do an initgroups for root quite frequently. So log.winbindd is spammed with 'user root does not exist'. Increase debug level. Volker --- source/nsswitch/winbindd_group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nsswitch/winbindd_group.c b/source/nsswitch/winbindd_group.c index 4b49c1873e2..d64c2e4a19c 100644 --- a/source/nsswitch/winbindd_group.c +++ b/source/nsswitch/winbindd_group.c @@ -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; } -- 2.47.3