Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Entitlement status, description and displayname do not appear

saoual
New Contributor
New Contributor

Hello,

We have some issues with our OpenLDAP connector:

1. the displayname, status and description do not appear on Saviynt after the import job has been run.
2. Some groups also don't show up after the import job is run,

3. and other groups that are renamed in OpenLDAP show up as a new group.

Could you please help us?

groupImportMapping

saoual_0-1729512849257.png

 

Regards
4 REPLIES 4

Raghu
All-Star
All-Star

@saoual  in target system those details available confirm ? please share text format json?

think so we can't get those details, we need upload and update through csv file


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

Use below JSON

{
"importGroupHierarchy": "true", 
"entitlementTypeName": "", 
"performGroupAccountLinking": "false",
"incrementalTimeField": "whenChanged",
"groupObjectClass": "(objectclass=group)", 
"mapping":"memberHash:member_char,entitlement_value:distinguishedName_char, entitlement_glossary:description_char, description:description_char, displayname:cn_char, createdate:whenCreated_date, updatedate:whenChanged_date, customProperty24:grouptype_char, customProperty25:dscorepropagationdata_char, customProperty28:managedby_char, customproperty29:name_char, customproperty30:objectCategory_char, customProperty31:samaccountname_char, customproperty32:uSNCreated_char, customproperty33:cn_char, customproperty34:objectClass_char, customProperty35:samaccounttype_char, customproperty36:instanceType_char, customproperty37:objectGUID_Binary, customproperty38:uSNChanged_char, customproperty39:extensionAttribute4_char,customproperty40:gcAcctFlags_char,RECONCILATION_FIELD:customproperty33", "activeGroupPossibleValues": ["active","a","l","TRUE"]
 }

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hello rushikeshvartak,

We filter at group level: to retrieve only groups containing: (cn=*OU=xxx,o=abc.com)(cn=*OU=yyy,o=abc.com))”,

so by setting "groupObjectClass": "(objectclass=group)", it risks deleting the filter.

Regards

 

Update accordingly to your requirement and validate


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.