Getting a transform for AD Samaccountname

I wanted to do a transform to get unique samaccountname, email and distinguishedname without creating a rule.Here are some of my thoughts on what I found out

  1. UsernameGenerator transform can only be used for the attribute in the source that you have tagged as AccountID. Which for AD OOB is tagged for distinguishedname so you can only use it for distinguishedname
  2. Create Unique AccountID rule is for the attribute tagged as AccountID in the source and it has a fixed pattern. Now if you want your own pattern, you can write your own rule or you can write a username Generator.
  3. Create Unique Ldap Attribute can be used for any attribute but executes only in the cloud not in the source and it has a fixed pattern. If you have brought in for instance All AD accounts into ISC then you can use this for creating samaccountname

Hi,

All the points you added makes sense.

Can you let me know what you are looking for?

-Abhinov

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