2014-06-04 19:25 GMT+02:00 Bruno Andrade <[email protected]>: > Hey, > > I'm searching over LSC source code, to understand how does LSC execute the > modifications on destination, AD in my case. > Does LSC execute an ldapmodify for each record that is to synchronize? If > so, where does LSC calls the api to make the synchronization. > > Hi Bruno,
LSC calculate modifications and then perform one on this LDAP operations on the destination: * add: if a new entry must be created * modify: if the entry already exists but must be modified * moddn: if the entry main identifier must be changed * delete: if the entry do not exists in the source, so must be deleted in destination We do not use LDAP clients (ldapmodify,...) but directly Java code to update the LDAP directory. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

