Le 08/12/2018 à 08:02, Lior Dotan a écrit : >> Hello, >> >> you need indeed to force the value in lowercase in the dataset, so it >> will be stored in lowercase in destination, and then when comparing >> values, they will both be in lower case, so LSC should try to update the >> value in destination. > If the value is initially set to lowercase in the destination, why on > the next run LSC tries to update again? > This only happens when there are uppercase letter in the email, if the > source is all lowercase, the value is set once only. > I would like to avoid setting the destination each time if nothing > changed in the source.
This should not be the case, if the values are the same after dataset transformation, LSC should not try to update value. Try to use 'java.lang.System.out.println' in your js code to print the value at the end of the dataset to check is in lowercase. -- 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

