[EMAIL PROTECTED] wrote: > Hello. In our system we have been tracking the data for correctness for > a long time and this work is hard to do if we don't keep operation > history, e.g. which operator changed the contact information of which > person on what date. > > Basically what we need is simply the possibility to keep all > modifytimestampe and modifiersname for all the time. The two attributes > values are replaced each time an operator make modification, thus we no > longer know who made modification before him or her.
What you're after is an audit log. This depends on the LDAP server product you're using. Which one? E.g. with OpenLDAP you could use the accesslog overlay which logs all modifications to separate database. Ciao, Michael. --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
