Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Multiple AD with same unique name

Former Member
0 Likes
468

Our requirement is configure 2 AD servers with GRC ( version 10). But the tricky part is around 300 users in both the domians are same. ef.

Domain \ User name

NBC \ test

PBS \ test

Now I have to integrate these 2 domains in ABAP. My problem is once I hook NBC AD it will create test and if I hook up PBS it will not create test. But I need that too. (may be I want pass say test1 instead of test) Can this be doable? How?

Kedar

2 REPLIES 2
Read only

Former Member
0 Likes
435

Our requirement is...

Yep, had this requirement as well.

All these various user name collisions and worse is different IDs for the same person can be solved relatively easily by IdM.

But best practice is still to remove the collisions and use unique IDs. Same goes for deleting users (dont do it).

Good luck.

Cheers,

Julius

Read only

0 Likes
435

Thanks. So it means I have to install SAP IDM. My next requirement was to create a SSO between windows (AD) and SAP too. I suppose even that I can be solved by IDM or I have to implement netweaver SSO product.

Kedar