How to sync directories with similar yet slightly different schemas?
Hi All,
sorry for asking such a newbie question, but I have to solve the problem of synchronising two dirctory servers with slightly different schemas. Both hold personell data, server 1 is the old one, server two the new one, with extended and slightly modified schema. Now server two gets populated by an hr-feed. For compatibility reasons we need to keep server 1 alive and in sync for at least the next two years.
As the schemas are different, I cannot use replication.
What would you guys suggest? Program a plug-in, that analyzes every incoming request to server 2, modifies the data and triggers off a request to server 1 - or rather program some sort of a harvester that uses ldap entry change notification controls?
Or is there a much simpler solution?
Many thanks for any insight -
Cheers, Stefan!

