LDAP Group Members not populating

stevejarman
Giga Guru

I'm having problems getting the LDAP group import to populate group members. Everything seems to be in place to make it happen, but the groups are created empty. If anyone has any tips, please let me know.

The imported data is correctly fetching the member attribute (screen 1).

I've made the size adjustments to the import table fields (screen 2).

I've set up the transform (screen 3).

With two scripts (screen 4).

And I've tried them both with and without the function wrapper.

// onStart
gs.include("LDAPUtils");
var ldapUtils = new LDAPUtils();
ldapUtils.setLog(log);
// onAfter
ldapUtils.addMembers(source, target);

find_real_file.png

find_real_file.png

find_real_file.png

find_real_file.png

 

 

1 ACCEPTED SOLUTION

stevejarman
Giga Guru

Nevermind - as always, you find the answer right after posting. I had forgotten to field map "Source" on the user import.

View solution in original post

1 REPLY 1

stevejarman
Giga Guru

Nevermind - as always, you find the answer right after posting. I had forgotten to field map "Source" on the user import.