svn commit: samba r4129 - in trunk/source/nsswitch: .

vlendec at samba.org vlendec at samba.org
Fri Dec 10 10:31:43 GMT 2004


Author: vlendec
Date: 2004-12-10 10:31:42 +0000 (Fri, 10 Dec 2004)
New Revision: 4129

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4129

Log:
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

Modified:
   trunk/source/nsswitch/winbindd_group.c


Changeset:
Modified: trunk/source/nsswitch/winbindd_group.c
===================================================================
--- trunk/source/nsswitch/winbindd_group.c	2004-12-10 10:30:59 UTC (rev 4128)
+++ trunk/source/nsswitch/winbindd_group.c	2004-12-10 10:31:42 UTC (rev 4129)
@@ -1029,7 +1029,7 @@
 
 	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;
 	}
 



More information about the samba-cvs mailing list