Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Need help for Active Directory Group Import

SIRAJMOLLA
New Contributor III
New Contributor III

Hi All,

We need to import group from specific OU of Active Directory.Is there any way to import only group from Specific OU of Active Directory not account.

Please let us know we can do that.

With Regards,

Siraj Molla

5 REPLIES 5

smitg
Regular Contributor III
Regular Contributor III

Hi @SIRAJMOLLA ,

Include below fields in groupImportMapping
1) "advanceGroupFilter"  - To import groups from Specific OU

 

"advanceGroupFilter": 
{"memberOf": 
{"OU=TestGroups,DC=abccompany,DC=org": 
["(&(objectClass=group)(displayName=NewTestGroup49))"],
"OU=XYZ,DC=saviyntlabs,DC=org": ["(&(objectClass=group))"]
}

 

2) performGroupAccountLinking = false to avoid importing implicit accounts.

Configuring Import JSONs 

Thanks,
Smitha

SIRAJMOLLA
New Contributor III
New Contributor III

Hi Smitha,

Can you confirm attach json format is correct or not as per your suggestion.

With Regards,

Siraj Molla

 

smitg
Regular Contributor III
Regular Contributor III

Yes, looks good

SIRAJMOLLA
New Contributor III
New Contributor III

Ok then let me check and after checking I will post the update

SIRAJMOLLA
New Contributor III
New Contributor III

Hi Smitg,

I tested it is working as expected.

With Regards,

Siraj Molla