The client we are implementing SailPoint IdentityNow require to create Active Directory accounts with multiple generation patterns. The only rule we can find accepts multiple patterns is the “username Generator” but it only works for the accountID which in our case the distinguishedName.
The problem is that they have different OUs for each location, so in case of creating an account similar to one already existing already but in different OU, for SailPoint the whole distinguishedName (accountID) is different so it doesn’t go for the next pattern but for the IQService it’s duplicate account.
We thought about custom “Account Profile Attribute Generator” Rule, but it will require more time that we currently don’t have.
Any ideas on how to generate unique distinguishedName using multiple patterns?