
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2019 07:34 PM
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);
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2019 07:44 PM
Nevermind - as always, you find the answer right after posting. I had forgotten to field map "Source" on the user import.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-03-2019 07:44 PM
Nevermind - as always, you find the answer right after posting. I had forgotten to field map "Source" on the user import.