Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have currently our security based on user login. our development server works with USERID while the UAT server works with
email.
On DEV we have Domain1\USER123
On UAT we have Domain2\mustermann@company.com
Now we want to change to security based on groups.
We have 1 group "TESTGRP" whoch contains the User "Domain1\USER123"
So in Section Access we define the group Domain1\TESTGRP
Domain1\TESTGRP contains "Domain1\USER123"
I have access to DEV and it works like planned.
I donot have access to UAT and to send a test application is a huge effort.
How the security should looks like for access to UAT.
Should there be duplicates entries in the group? (USER123 = mustermann)
Domain1\TESTGRP:
"Domain1\USER123"
"Domain2\mustermann@company.com"
or should there be two groups
Domain1\TESTGRP:
"Domain1\USER123"
Domain2\TESTGRP:
"Domain2\mustermann@company.com"
Thanks for every response!
Hi,
You would need to add both groups and there has to be a Trust between the domains.
Bill
Hi.
11.2 sr7 now supports cross domain.
Why don't you try that. Still its in beta stage.
Regards
ASHFAQ