summaryrefslogtreecommitdiff
path: root/source/nsswitch/winbindd_group.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-12-10 10:30:59 +0000
committerVolker Lendecke <vlendec@samba.org>2004-12-10 10:30:59 +0000
commitb7750e0e48e429747a7befd9853fdc0d14b1fdfa (patch)
tree769b4afc4484bef1a19f2ed49bb109448319dd20 /source/nsswitch/winbindd_group.c
parent3a72eeb458b2287a991e5840e4193361d83dcb2c (diff)
downloadsamba-b7750e0e48e429747a7befd9853fdc0d14b1fdfa.tar.gz
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
Diffstat (limited to 'source/nsswitch/winbindd_group.c')
-rw-r--r--source/nsswitch/winbindd_group.c2
1 files changed, 1 insertions, 1 deletions
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;
}