Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Missing fields on LDAP Group import

sgmartin
Kilo Guru

I've created a copy of the sys_user_group table and added some custom fields and I have the LDAP Group import working just fine.  However, there are a couple fields that I can't seem to come across.  When I run a powershell command to get all the properties of a group, I want to get the 2 fields called:

GroupCategory and Group Scope.  I also added DistinguishedName and was able to get that to come across.  I have added all of these fields to both my new table and the import table.  The DistinguishedName field like I said does come across, but not the other two.

From the Powershell command:

GroupCategory : Security
GroupScope : Global

The import table structure:

find_real_file.png

In the new custom table:

find_real_file.png

Transform Map:

find_real_file.png

What am I missing?

1 ACCEPTED SOLUTION

Mike Patel
Tera Sage

go to LDAP server and make sure you have attributes listed in attributes box.

find_real_file.png

View solution in original post

5 REPLIES 5

I am facing the same issue. I am not getting attributes like GroupCategory into the import set. Please let me know how you fixed this issue.