- 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
01-17-2020 07:26 AM
go to ldap_server_config.list
Open ldap server
stop Listener
add attribute name (exactly how it is in AD) to attributes fields
start listener
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 08:42 AM
Hi Mike,
Thanks for the steps. I tried adding it. But in source table itself I dont see this field. I can use it in Transform Map only when this is available in source right.?
My AD team shows it. I dont know where to find/add it.
Are LDAP import set tables created by system based on the feild types.?
can you check on this and comment.?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 08:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2020 07:21 AM
Could you please let me know if you were able to add "Enabled" in LDAP attributes? Even i am facing the same issue