Windows Thread, one way nontransitive trust issue in Technical; we have two domains
i have created a one non-trasitive trust where the circ domain trusts the admin domain.
i ...
-
25th January 2008, 10:48 AM #1 one way nontransitive trust issue
we have two domains
i have created a one non-trasitive trust where the circ domain trusts the admin domain.
i need to do this so that i could allow staff to work on a network application that was setup on the circ network. It was setup as their was alot of staff did not have laptops at the time. Now they all have a wireless admin laptop. However staff may need to log onto a circ pc and use the software. (temps, etc)
The trust eliminates the authentication to another domain issue.
However now on the circ pc's in the logon to box the admin domian name appears. Anyway to prevent this or will i have to remove the trust?
-
-
IDG Tech News
-
26th January 2008, 12:30 AM #2 This is normal behaviour. As the curric domain now 'trusts' the admin domain to authenticate user accounts, admin users can potentially access resources in the curric domain and this includes logging on to the computers. I know of no way around it, but in theory you could create a startup script (or a custom policy) which sets the necessary registry settings on curric PCs to ensure the curric domain is the default entry and even to hide the 'log on to' box.
-
Thanks to ajbritton from:
projector1 (15th February 2008)
-
15th February 2008, 06:58 PM #3 
Originally Posted by
ajbritton
This is normal behaviour. As the curric domain now 'trusts' the admin domain to authenticate user accounts, admin users can potentially access resources in the curric domain and this includes logging on to the computers. I know of no way around it, but in theory you could create a startup script (or a custom policy) which sets the necessary registry settings on curric PCs to ensure the curric domain is the default entry and even to hide the 'log on to' box.
thanks pal
i found this on the net (did not use it and removed the trust as how secure are teacher passwords?

I don't know of any way that you can remove a domain, why do you need to do
this?
If its because users log onto the incorrect domain, then you can force a
default domain and then hide the domain list using group policy.
Although there is no group policy setting to do this, I got around the problem
by writing a custom ADM file which changes a couple of registry keys in:
HKLM\Software\Microsoft\WindowsNT\CurrentVersion\W inlogon.
The 2 keys to change are:
ShowLogonOptions - set to 0 to hide the domain list &
DefaultDomainList - set this to the domain you need to logon to.
Here's a copy of the ADM file:
;************************************************* ***************
;* Custom ADM file to force specific domain to logon to. You'll *
;* need to also change group policy \Computer\AdminTemplates\Sy *
;* stem\GroupPolicy\ Enable Registry Policy Processing, and *
;* enable "process even if the group policy objects have not *
;* changed" *
;* Written by Gary Middleton,UK *
;************************************************* ***************
CLASS MACHINE
CATEGORY !!Logon
POLICY !!HideDomainList
EXPLAIN !!HideDomainList_Help
KEYNAME "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
VALUENAME ShowLogonOptions
VALUEON NUMERIC 0 ; removes dropdown list
VALUEOFF NUMERIC 1 ; enables dropdown list
END POLICY
POLICY !!DefaultDomain
EXPLAIN !!DefaultDomain_Help
KEYNAME "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
VALUENAME DefaultDomainName
VALUEON "DOMAINNAME" ;where DOMAINNAME is the domain you want the
users to logon to
VALUEOFF ""
END POLICY
END CATEGORY
[strings]
Logon="Logon Options"
HideDomainList="Hide Domain List"
HideDomainList_Help="Enabling this settings hides the domain list from the
CTRL+ALT+DELETE screen.Disabling will show the domain list."
DefaultDomain="Default Domain"
DefaultDomain_Help="Default domain name to set to DOMAINNAME if enabled. It
will be the default option in the drop down list at the CTRL+ALT+DELETE
screen"
Just cut & paste into wordpad, save
with a .ADM extension. Load GPMC, right click administrative Tools &
add template, find location of the saved adm file.
To view change view\filtering from the menu with the policy loaded,
uncheck box "only show policy settings that can be fully managed"
You'll then be able to edit the 2 keys in your new Admin Template
within the policy.
Hope this helps,
Gary Middleton.
-
SHARE: 
Similar Threads
-
By AdamWilden in forum How do you do....it?
Replies: 6
Last Post: 4th February 2008, 11:16 AM
-
By mrbios in forum Windows
Replies: 2
Last Post: 17th December 2007, 12:40 PM
-
By PEO in forum General Chat
Replies: 4
Last Post: 25th November 2007, 01:34 PM
-
Replies: 7
Last Post: 20th October 2005, 06:03 PM
-
Replies: 15
Last Post: 12th October 2005, 01:46 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules