]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dssync keytab: log the DN of the object to be parsed.
authorMichael Adam <obnox@samba.org>
Tue, 29 Jul 2008 12:15:07 +0000 (14:15 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 1 Aug 2008 14:04:43 +0000 (16:04 +0200)
For debugging purposes.

Michael

source/libnet/libnet_dssync_keytab.c

index cfcbb6f34c98fa9582baade3e60f48bb95d36af6..4875e8e5fa7cfacabe961ae4db3ca0e489f69b31 100644 (file)
@@ -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];