svn commit: samba r23253 - in branches/SAMBA_3_0/source/nsswitch: .

obnox at samba.org obnox at samba.org
Wed May 30 22:40:34 GMT 2007


Author: obnox
Date: 2007-05-30 22:40:26 +0000 (Wed, 30 May 2007)
New Revision: 23253

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

Log:
Add some debugging output.


Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_ads.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_ads.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_ads.c	2007-05-30 22:04:42 UTC (rev 23252)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_ads.c	2007-05-30 22:40:26 UTC (rev 23253)
@@ -1014,11 +1014,16 @@
 			(*num_names)++;
 		}
 		else {
+			DEBUG(10, ("ads: lookup_groupmem: sid %s not found in cache\n",
+				  sid_string_static(&sid)));
 			sid_copy(&(sid_mem_nocache)[num_nocache], &sid);
 			num_nocache++;
 		}
 	}
-	
+
+	DEBUG(10, ("ads: lookup_groupmem: %d sids found in cache, "
+		  "%d left for lsa_lookupsids\n", *num_names, num_nocache));
+
 	/* handle sids not resolved from cache by lsa_lookup_sids */
 	if (num_nocache > 0) {
 



More information about the samba-cvs mailing list