‎2012 Jan 16 5:56 PM
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
‎2012 Jan 16 7:21 PM
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
‎2012 Jan 17 12:18 PM
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