diff options
author | Michael Adam <obnox@samba.org> | 2008-07-29 14:15:07 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-01 16:04:43 +0200 |
commit | d74f57826aaa697745e8abc7537325963f2698b2 (patch) | |
tree | ced39ffa32be7be5cd6cc7fcacd6c53ad9bfa6d8 /source3/libnet | |
parent | 86f91a2ba149c05f292aedf764ce83bcb49e5e57 (diff) | |
download | samba-d74f57826aaa697745e8abc7537325963f2698b2.tar.gz samba-d74f57826aaa697745e8abc7537325963f2698b2.tar.bz2 samba-d74f57826aaa697745e8abc7537325963f2698b2.zip |
dssync keytab: log the DN of the object to be parsed.
For debugging purposes.
Michael
(This used to be commit 6913919e3a36ebff87a882ba589d36bcd0781ee6)
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_dssync_keytab.c | 2 |
1 files changed, 2 insertions, 0 deletions
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]; |