AD Attributes Import Issue

Developer3
Tera Expert

I am trying to implement LDAP integration for Users and Groups.

I am able to fetch almost all the required attributes to my ldap import set except below attributes

In Users - Enabled, Modified, Created . In Groups - GroupCategory

I have defined them correctly in LDAP Servers -> Attributes and my AD team confirmed that the above attribute names are valid but not sure why the attributes are not fetched from AD.

I have seen some community posts where users have already faced this issue but solution was not mentioned in these posts.

Please let me know how to fix this issue. These attributes are essential for our import and its urgent for me to resolve this issue. Appreciate your inputs.

1 REPLY 1

Matthew Glenn
Kilo Sage

Taking a wild guess here, but those look like AD attributes to me, not LDAP attributes. I believe the attributes you want to grab are:

 

 AD AttributeLDAP Attribute
UserEnableduserAccountControl
 ModifiedwhenModified
 CreatedwhenCreated
GroupGroupCategorygroupType

Beware, though, that both the userAccountControl and groupType are calculated values (not sure if that's the proper name), so you'll have to do some extra work to get usable values out of them.

UserAccountControl

GroupType