I have three forests (all with one domain) that are managed by the same AD
administration team. Forest A is the main production forest with thousands of
users and trusts Forest C. Forest B holds resources used by internal and
external users, and trusts Forest A. Forest C holds some specific
infrastructure and trusts Forest A. To summarize:
Forest A <---> Forest C (Two way)
Forest B <--- Forest A (Forest B trusts Forest A but not vice versa).
All Forests are managed by the exact same IT staff, and Forest A has a very
highly configured delegation model in place. I want to extend the delegation
model to the other two forests. I can easily create permisisons (using Ative
Roles FWIW) on Forests B and C. What I wanted to also achive was getting
users that are members of Enterprise Admin and Domain Admins in Forest A to
be members of the same in Forests B and C. What is the easiet way of getting
Enterprise Admins and Domain Admins in Forests B and C to match that of
Forest A?
Brad
Add their accounts to the Enterprise Admins in the other forest?
Group containment operates in this direction:
Global --> Universal --> (Domain or computer) Local
The one to the right can contain the one(s) to the left.
For granting permission you usually do this on Local groups, so adding
UNIVERSAL (or Globals) from a Trusted Domain is the usual method.
As written above, you seem to have the strategy (but not the technical
rules) backwards.
Any ideas?
> The only group type that can
> contain objects from another forest is Domain Local. However Domain Local
> can not be a member of a Universal group.
>
> Any ideas?
Build a Global or Universal in the trusted Domain, and add it to your
local groups. Assign permissions.
Brad:
Did you get an answer on this? I am trying to do exactly the same
thing.
It isn't possible to have users of EA in one forest be members of EA in
another forest with two "out of the box" Forests. You need to have something
between them glueing them together. I have done this yet, but suspect that
for a small shop a simple VBScript would get you most of the way, where as
IIFP could be used as well and is a more Enterprise type solution.