Hi,
I have successfully implemented slapo-auditlog but as I test the logging, I found a problem on the logging for "delete" operation.
I noticed that, for "add" and "modify" operation, the auditlog shows the Timestamp and Name of each operation, as the following example:
# add 1257968890 dc=example,dc=com cn=manager,dc=example,dc=com
dn: uid=test,ou=People,dc=example,dc=com
changetype: add
uid: test
sn: test
cn: test
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
creatorsName: cn=manager,dc=example,dc=com
createTimestamp: 20091111194810Z
entryCSN: 20091111194810.672178Z#000000#000#000000
modifiersName: cn=manager,dc=example,dc=com
modifyTimestamp: 20091111194810Z
# end add 1257968890
But, for "delete" operation, it doesn't show the Timestamp and Name at all, as the following example:
# delete 1258152007 dc=example,dc=com cn=manager,dc=example,dc=com
dn: uid=test,ou=People,dc=example,dc=com
changetype: delete
# end delete 1258152007
How can I get the Timestamp and Name to show for the "delete" operation?
If slapo-auditlog cannot provide this, is there any other way to do this?
Please kindly help.
Thanks,
Ben