
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 03:26 PM - edited 04-10-2024 10:51 AM
We currently run a nightly user import/update with LDAP, and starting in October 2023, it started importing 113 users (all are managers/supervisors in 1 location) every night and re-imports them the next night, adding on top of the previous day, so every day we have 113 of the same users imported again. I have been digging through my LDAP transform scripts, disabling one and running a sync and it continues to create the user accounts.
It is only populating two fields, First Name, and Last name and inserts it as so
First Name: CN=Robert
Last Name: Smith,OU=Users,OU=041,OU=04,OU=00-HQ,OU=State
I cannot figure out what is causing only these users to be re-created every import.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 10:50 AM
I found the issue and wanted to make sure anyone having this issue in the future may find an answer here.
The users that were being created everyday were supervisors and managers, and upon digging deeper, the issue started when I mapped the manager fields in the Mapping assist.
Apparently, you don't map the manager fields, you use the script in the Transform script to set the manager field.
Once I unmapped the manager fields, the issues resolved.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 10:50 AM
I found the issue and wanted to make sure anyone having this issue in the future may find an answer here.
The users that were being created everyday were supervisors and managers, and upon digging deeper, the issue started when I mapped the manager fields in the Mapping assist.
Apparently, you don't map the manager fields, you use the script in the Transform script to set the manager field.
Once I unmapped the manager fields, the issues resolved.