Magoo said:
Imagine I setup an one way trust between two forests, where "Mystudent"
trusts "Mystaff" forest. Then I manage to separate resources (file servers,
printers) for both staff and students.
How such one way trust and forest/domain separation could give me additional
security ?
Imagine a "student" logged on to the student domain attempts to query and
brake accounts out of "mystaff" domain:
This is not good example - If you will have a service which will be
avilable in internet, for example SMTP with authentication in domain,
any person in the world can try to query and break Your accounts
security by trying to guess the password.
The only way to protect against it is set some rules like password
policy and account policy.
Beside your situation with staff and students and talking about general
situation - when you have some resources in two separated divisions or
companies, and you have to share some resources between these divisions
it is better to built separated networks and then put some connection
between these organisation to share only specified resources then to put
both organisation on the same "wire" and then working on providing
some security in this environment.
Remeber that when you have two domain You also have domain admins in
both domains - in one forest You cann't be sure thath domain admin from
one domain will not get rights in other domain.
Using trusts you can separate administrators role - administrator from
forest A can be ordinary user in forest B and You can built one way
trust relationship, you can't do this in single forest with multiple domain.
I have an AD fellow here that tells me that such security provided by
isolating the domain is very minimal and worthless.
If You want to control access to resources in mystaff domain on the
trusts between forests You can take advantage of selective
authentication functionality, which lets You control accesss to the
resources in very strict manner:
http://www.microsoft.com/technet/pr...ons/9266b197-7fc9-4bd8-8864-4c119ceecc00.mspx
These are few things which comes to my mind now - I will be glad to get
to know your friends arguments about this that forest doesn't provide
additional security in AD design.
It's late here (in my time zone) and myabe my thought wasn't clear