I am in the process to create a program that connects to an OpenLDAP database server and receives notifications of every modification done in the DB.
During my investigation, I came to the conclusion that SyncRepl is the way to go. As JNDI doesn't support SyncRepl, I decided to try either UnbindID or ldaptive (the latter would be preferred as it seems a more generic aproach).
But however I hit google I'm unable to find some example for this usage.
The documentation is really insufficient.
The basic example on the ldaptive webpage about content syncronization covers only the first steps (changing provider, connecting, searching), but what after?
I would like some information (example code, how-to, documentation, anything) about writing the client side of a SyncRepl connection.