Michael Ströder wrote:
marcelo.xavier@caixa.gov.br wrote:
How I get entries that have been modified from OpenLDAP
It is possible using ldapsearch?
Have a look at the accesslog overlay or how to implement a syncrepl client. A very primitive approach is to use a filter with attributes createTimestamp and modifyTimestamp.
For the latter, only modifyTimestamp is needed; it is set at creation time as well as for all modifications.