> 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.
I had a small error in my javascript code, it should be: - mail.toLowerCase(); + mail = mail.toLowerCase(); After fixing it, when I print the value like you suggested it is in lower case but LSC still syncs the record. _______________________________________________________________ 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

