- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 06:42 AM
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:
In the new custom table:
Transform Map:
What am I missing?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 08:24 AM
go to LDAP server and make sure you have attributes listed in attributes box.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 08:36 AM
When I add this to the attributes field of the LDAP Server, all I get is dn and distinguishedName when I browse. Without those 2 fields in the attributes field, I get everything I've been getting. I use this LDAP Server for User imports also and without anything in the attributes field, we're getting what we need. Do I need to setup a separate LDAP Server for Users and Groups?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 08:39 AM
No, you can just add group attributes to same attribute section. Since group import and user import will use same LDAP server it should bring in the attribute you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 09:27 AM
I added this to the LDAP Server attributes field and the GroupCategory and GroupScope didn't come across. I know these are all Security groups because of my Filter.
(groupType:1.2.840.113556.1.4.803:=2147483648)
I could split these out for Global and Universal with separate OU Definitions, but I think at this time I'd be splitting hairs. I'm getting most of the information I need.