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

Change/update the OU & see owners of entitlements

AnithaMavurapu
New Contributor III
New Contributor III

Hi Team,

1. How can we customize or change/update the OU while creating or managing the group/entitlement.

2. How can we pull all owners of the group/entitlement, now I am seeing only the Rank1 owner getting imported into endpoint entitlements in Saviynt. How could we see all owners of that entitlement?

Thanks

Anitha Mavurapu

2 REPLIES 2

smitg
Regular Contributor III
Regular Contributor III

Hi @AnithaMavurapu ,

1. OU value can be updated on settings > file directory > View > roles/adGroup/create.gsp
Download the file and update the OU value.  

Thanks,
Smitha

dgandhi
All-Star
All-Star

We can add the new OU details in the .gsp file from the following path in objectandpermission.gsp file. Please update the /opt/apache/apache-tomcat-8.5.29/webapps/ecm/web-inf/grails-app/views/roles/adgroup/objectandpermission.gsp file with new OU.

The following line needs to be added in the objectandpermission.gsp to add the new OU in the create new AD group page in the ARS.

 

"<!--<Adding OU groups"">-->
                <option value=""
OU=Cloud,OU=Groups,DC=rccad,DC=net"" ${rolesInstance?.customproperty24=='OU=Cloud,OU=Groups,DC=cad,DC=net'?'selected':''} >Cloud</option>

 

Note:  For EIC versions, if the gsp is not seeing from UI, you can add the gsp file in the external config file to display the gsp which is required.

Ref:

https://forums.saviynt.com/t5/saviynt-knowledge-base/add-new-ou-in-the-application-name-on-group-cre...

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.