Interoperability between two domains

Associate
Joined
28 Nov 2002
Posts
766
Location
Down the road
We have two domains on different subnet’s in work that are almost completely independent. Now though, users on one domain need to access files on the other domain controller. We have set up a static route between the two domain controllers, so when a users on domain 2 tried to access something on domain1 for example, it does so via the two domain controllers.
However, when a user tries to access a file on the other domain they are given a login box which is obviously too much hassle for them. Is there any way to create some sort of ‘trust’ between the users on domains1 and 2 so they can access certain files etc on the other domain / domain controller without having to log in?

Any advice on the best way to do this would be appreciated.
 
Indeed, a domain trust is exactly what you need.

Trust Relationships
A trust relationship is a communications channel, or an enabling mechanism. Trust relationships let you perform certain functions. For example, trust relationships let you assign permissions on resources in one domain to users in another domain. Trust relationships let you set up permissions so that you log on only once from anywhere in the domain structure.

A one-time logon is possible because when you log on to a computer in a remote domain, your home domain controller can validate the logon. The remote domain controller trusts your local domain controller. If your home domain controller validates your user account and password, the remote domain controller lets you log on.

Burnsy
 
Back
Top Bottom