On 06/05/2019 15:56, Alexander Herr wrote: > Alright, I have removed all configurations pertaining 'uid', the actual > attribute is now canonically 'sAMAccountName' and the only occurrence of > 'uid' is now in ibatis when it is working on the actual column of the table. > FWIW, 'uid' is present in the AD and is actually the same value as > 'sAMAccountName' but for some reason, I wasn't able to sync at all with 'uid' > being the pivot-attribute. > > Anyway, for some reason, the attribute 'sn'/'Name' is still not forced by the > current configuration. > > Thanks for your help, as always!
Your update request doesn't set name with SN, it only updates column Spalten2 with value 'SUCCESS'. To update column "name", update request should explicitly set the value (eg. "SET Spalten2 = 'SUCCESS', name = #sn# ...") Or your problem is that Spalten2 column not even updated with value 'SUCCESS' ? -- Soisik Froger | Software Architect [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

