Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/08/2024 01:14 AM
Hi Team,
We need to provision AD accounts in different OUs based on various conditions. The number of conditions might exceed 100.
We require information on the potential performance impact due to multiple conditions and would appreciate best practices for implementing account name rule conditioning.
Thanks and regards,
Soumya
07/08/2024 01:19 AM
Hi @SoumyaB ,
Use Advanced config query rather than basic config in your endpoint account name rule where you can provide multiple condtions.
07/08/2024 01:26 AM
Thank you for response.
My query is related to ACCOUNTNAMERULE in AD Connector where we specify the Rules to generate the DN for the Account for provisioning
07/08/2024 01:55 AM
@SoumyaB ,
Then best approach would be OOTB as usual multiple rules separated by ### like below
CN=${user.lastname}\\, ${user.firstname} (Global-V)
[${user.username}],CN=Users,DC=abccompany,DC=com###CN=${user.lastname}1\\,
${user.firstname}1 (Global-V)
[${user.username}1],CN=Users,DC=abccompany,DC=com###CN=${user.lastname}\\,
${user.firstname} (Global-V) [${user.username}2],CN=Users,DC=abccompany,DC=com
Refer: