We are preparing an audit script for LDAP and we have openldap.
The auditlog has timestamp when adding a new member or modifying a member.
The audit.ldif is as follows:
# add 144294514 dc=com,cn=admin IP=...
dn:..
modifyTimestamp: 20150922180548Z
# end add 1442945148
# modify 1442945124 dc=com,cn=admin IP=...
...
-
replace: modifyTimestamp
modifyTimestamp: 20150922180524Z
-
# end modify 1442945124
# delete 1442945148 dc=com,cn=admin IP=...
dn: ...
changetype: delete
# end delete 1442945148
Here we have timestamp for both add and modify. However, there is no timestamp for delete.
I couldn't find any useful information on how to enable timestamp for LDAP Auditing delete operation.
Is there a way to log the delete timestamp in the audit log?
The audit report is expected to show user actions on a daily basis and timestamp is mandatory.
Thanks, Mathew Liju