Le 06/05/2019 à 13:01, Alexander Herr a écrit : > I am trying to set up an LDAP (well, AD actually) to MySQL synchronization. > I've managed for the system to recognize missing entries and the > <create>-SQL-statement is successfully run. But I am having problems with > getting Update-on-Difference working.
It seems that you have some garbage between uid/samaccountname attributes. If uid does not exists in source, then do not set it in source fetched attribute. On the same idea, if you map in destination uid with samaccountname with SQL 'as' keywork, then don't use uid in lsc.xml, just use samaccountname. Do the mapping in lsc.xml or in ibatis, not in both files. -- Clément Oudot | Identity Solutions Manager [email protected] Worteks | https://www.worteks.com _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

