Asplund Marko wrote:
I'm planning on using OpenLDAP syncrepl for replicating a DIT fragment from Novell eDirectory using pull-based synchronisation.
If i understood correctly synchronisation requires LDAP Sync protocol support from both the provider and the consumer sides. Any practical experience synchronising between these two different types of directory servers?
Novell eDirectory does not support syncrepl protocol. You have to implement persistent search in your sync process instead. I did that for a customer.
Ciao, Michael.