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

Mike Patel
Tera Sage

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

Rajkumar Sakthi
Kilo Expert

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

 

Once you add the attribute you will have to run import job to create that field

Developer3
Tera Expert

Could you please let me know if you were able to add "Enabled" in LDAP attributes? Even i am facing the same issue