Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/20/2024 07:26 AM
I have created a Dynamic attribute which will get OU details, which I intend to use in AccountnameRule for provisioning Account in AD, but the selected OU from dynamic attribute is not fetched in connection.
Please check and assist on this.
Dynamic Attribute:
Dynamic attribute values in form:
AccountNameRule I am using in Connection:
Error in TASK:
Solved! Go to Solution.
09/20/2024 07:43 AM
Hi @Pavan16 don't use dynamic attribute .get .. just directly give the da name eg
${DAname} should work
09/20/2024 07:48 AM
use just ${OU}
Sample below https://forums.saviynt.com/t5/identity-governance/how-to-use-dynamic-attribute-in-accountnamerule/m-...
${if (ServiceAccountOwnerMap.ServiceAccountType.equals('Service Account')) {'CN='+task.accountName+',OU='+ApplicationName+',OU=Applications,DC=talanos,DC=local'} else {'CN='+user.username+',OU='+user.departmentNumber+',OU='+user.departmentname+',OU=Accounts,DC=talanos,DC=local'}}