Certification using managedby attribute in AD

SowmithriV
New Contributor II
New Contributor II

We have a requirement to set up review of AD groups based on the managedby attribute that's collected at entitlement level during the AD Import. 

Eg., I have the owner details (in DN form) of the AD groups stored in the CP20 of the entitlement_values table. I want to convert the stored DN into employee ID and store this in an User Attribute (CP) to use during the usermanager review. 

Any idea or suggestion on this?

4 REPLIES 4

dgandhi
All-Star
All-Star

User Manager review will use Manager and Secondary Manager to launch a certification. It cannot take certifier value from User CP.

 

Thanks,
Devang Gandhi
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

SowmithriV
New Contributor II
New Contributor II

hi @dgandhi , got it. Probably can you tell me how this value in the table: entitlement_values can be transformed into the secondary manager field for our usage?

I am not sure if I follow the business use case that you are trying to achieve here.

Thanks,
Devang Gandhi
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

SowmithriV
New Contributor II
New Contributor II

Let me rephrase it. 

I have the reviewer details in the entitlement attribute - CP20 and also in the DN form. 

eg., CP20 value being CN=paul.thompson,OU=Belmont,OU=Users,OU=IT,DC=OFFICE,DC=LAB,DC=com.

Using this DN attribute want to find the username (employeeid) of the user and update that in the secondarymanager attribute. 

Is it clear now?