Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to avoid duplicate DN exception when creating Active Directory Account

User250592Sep 6 2012 — edited Sep 6 2012
I am using OIM 9.1.0.2 to provision Active Directory accounts.

I run into issues when the DN of the user to be created already exists and I would like to know if anyone has some logic I can use to generate a different DN for new user by adding a number or something like that to the DN

Here is an example.

User 1 exists already and their DN: cn=john smith, cn=users, dc=company,dc=org

New user joins the company and his name is also john smith and he has no middle name: so system attempts to create his account as cn=john smith, cn=users, dc=company,dc=org

how can I accomplish this by making the account say cn=john smith_1, cn=users, dc=company,dc=org
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 4 2012
Added on Sep 6 2012
3 comments
336 views