From d74f57826aaa697745e8abc7537325963f2698b2 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 29 Jul 2008 14:15:07 +0200 Subject: dssync keytab: log the DN of the object to be parsed. For debugging purposes. Michael (This used to be commit 6913919e3a36ebff87a882ba589d36bcd0781ee6) --- source3/libnet/libnet_dssync_keytab.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/libnet/libnet_dssync_keytab.c') diff --git a/source3/libnet/libnet_dssync_keytab.c b/source3/libnet/libnet_dssync_keytab.c index cfcbb6f34c..4875e8e5fa 100644 --- a/source3/libnet/libnet_dssync_keytab.c +++ b/source3/libnet/libnet_dssync_keytab.c @@ -202,6 +202,8 @@ static NTSTATUS parse_object(TALLOC_CTX *mem_ctx, ZERO_STRUCT(nt_passwd); + DEBUG(3, ("parsing object '%s'\n", cur->object.identifier->dn)); + for (i=0; i < cur->object.attribute_ctr.num_attributes; i++) { attr = &cur->object.attribute_ctr.attributes[i]; -- cgit