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

AD group name renaming

Edith
New Contributor III
New Contributor III

Hello,

We have a business case in which we need to rename the LDAP group based on a specific customproperty of the group. The customproperty stores the date of group expiration. If the expiration date is reached the name of the group should be "Expired_Date()_role?.customproperty27"

This is the line for "cn" changing in createUpdateMappings:

"cn": "${if (role?.customproperty32 > new Date().format('yyyyMMdd')) {role?.customproperty27} else {'Expired_' + role?.customproperty27}}".

The name of the group is not changing and I come to understand that this is not supported in Saviynt by reading below posts:

Solved: Can we rename existing AD Group from Saviynt? - Saviynt Forums - 2217

Rename an AD Group and OU question - Saviynt Forums - 93545

So, the question is: Can we change the name of the LDAP group? We are creating the LDAP group in ORACLE OUD using the "Create AD group" form from Saviynt UI.

Thank you

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

This is not supported raise idea ticket


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