- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 07:18 AM
We have two OU Definitions inour instances to sync with AD for user accounts.
I wish to add one of the AD attributes 'Enabled' to activate/deactivate user accounts in our instances, as our org does not want to utilize the attribute UserAccountControl.
The question here is
Though there are 100+ fileds in the source table(Import set table) we use only 11 fields to update sys_user table.
how to add the above attribute to LDAP source for import. So that I can use them in transform map to update targer table - 'sys_user'.
Can anyone guide me where to start to attain this.
Solved! Go to Solution.
- Labels:
-
MID Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020 12:14 PM
This link adds to what I suspected. The attributes you are looking for might be AD specific and not LDAP.
https://community.servicenow.com/community?id=community_question&sys_id=5da8209a1ba7c454ada243f6fe4b...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2020 07:45 AM
Hey MB, thanks much.