Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Adding an AD attribute to LDAP import set data

Rajkumar Sakthi
Kilo Expert

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. 

1 ACCEPTED SOLUTION

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...

View solution in original post

10 REPLIES 10

Rajkumar Sakthi
Kilo Expert

Hey MB, thanks much.