> 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. > I don't understand in your code why you slice the value. The slicing is there because I had issues with trailing spaces. _______________________________________________________________ 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

