Resolved! LDAP import is not updating group membership
I create an LDAP import and a transform map for LDAP groups. I have included the following scripts in the transform mapOnStart: gs.include("LDAPUtils"); var ldapUtils = new LDAPUtils(); ldapUtils.setLog(log);OnAfter: ldapUtils.addMembers(source, targ...