|
Posted by =?Utf-8?B?UiBIdWJlcg==?= on October 11, 2005, 1:16 pm
If you were Registered and logged in, you could reply and use other advanced thread options
I have a web server that is running Windows Server 2003 IIS6. Basic
authentication is used to prompt users for an id and password to access the
web page. We currently have an NT 4.0 domain running concurrently with an AD
domain. The server is a member of the AD domain. If a user has an account in
the AD domain (new or migrated from NT 4.0) they can use their id and pswd
without specifiying a domain before the userid. If a user exists solely in
the NT4.0 domain they must use domain\userid. The NT4.0 has a global group
that is a member of an AD domain local group for permissions to the website.
I am trying to find a way to allow them to use just their id & pswd
regardless of what domain their account resides in so they don't have to type
domain\userid if they haven't been migrated from NT4.0 just yet.";
|