Active Directory Unique samAccountName

Hello All,
We have a client requirement to create the AD unique account using different patterns. We’ll use the usernameGenerator to create the AccountID (distinguishedName).
The question is, in order to create the same unique samAccountName, email, …etc. using the same generated pattern, we can’t use the usernameGenerator. So, is there a method to use the generated distinguishedName to generate the other attributes?
I believe using the “Create unique LDAP attribute” will generate different values.

Hi Ahmed,

Let’s say the value generated is “dummyuser” via the usernameGenerator, are you saying you want it to be applied for the following AD attributes?
distinguishedName: CN=dummyuser,OU=Users,DC=xxx
sAMAccountName: dummyuser
mail: [email protected]

Or you can further elaborate your question?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.