My mistake, I have used your example, and memberSrcDn seems to be "undefined" with the debug test, it looks like the JS code is not executed, but this is strange because I am able to get the source group members to be synced in the destination group. Thanks in advance.
Arthur -----Message d'origine----- De : Clément OUDOT [mailto:[email protected]] Envoyé : vendredi 3 avril 2015 13:49 À : Arthur TEBOUL Cc : lsc-userslsc-users Objet : Re: [lsc-users] Cleaning task for groups members 2015-04-03 13:39 GMT+02:00 Arthur TEBOUL <[email protected]>: > Hi, > > I have added " java.lang.System.out.println()" in the rjs code portion with > no success, it does not output anything on the console. This is really > strange because the rjs code looks correct... > You need to put some data in 'println()' in order to print something... For example : java.lang.System.out.println("TEST "+ memberSrcDn); Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

