2013/3/20 <[email protected]>: > On Wed, 20 Mar 2013 15:26:18 +0400, Nick <[email protected]> wrote: >> Dear All, >> >> I need to synchronize OpenLDAP database changes (create, modify, and >> delete) with another application, if possible in transactional mode > (like >> with database replication), but, if this not possible, other options can >> also be considered. Please tell me, what is the best way to do this? >>
You can have a look to LDAP Synchronization Connector: http://lsc-project.org/ It can use the syncrepl mechanism to transfer modifications on the fly to another LDAP directory or a SQL database. Clément.
