Windows 2000 and NT 4.0

This is a discussion about Windows 2000 and NT 4.0 in the Windows Networking category; Hi all, I have a NT 4. 0 PDc running in our network. Recently, we acquire a 2000 svr. I plan to install Active Directory because I need to install SQL 2000 on it. I understand that once the W2k svr with AD is up , the users will have problems authenticating with the network because NT 4.

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar16.webp

1 Posts
Location -
Joined 2002-01-04
Hi all,
 
I have a NT 4.0 PDc running in our network. Recently, we acquire a 2000 svr. I plan to install Active Directory because I need to install SQL 2000 on it. I understand that once the W2k svr with AD is up , the users will have problems authenticating with the network because NT 4.0 is running too. One of the problems I could think of is Windows 2k will supercedes NT 4.0 during user authentication.
 
Is there a way where the users will log into and get authenticated by the NT 4.0 PDC and concurrently use the SQL 2000 server's resources?
 
Thanks.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jan 4
Created
Jan 4
Last Response
0
Likes
2 minutes
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
OK, you shouldn't need Win2K server/AD to use SQL 2000. Now, if you are setting up an AD anyway on one server, and you plan on keeping the existing NT 4 domain for the rest of the servers, you could *try* setting up a trust (I only fiddled with it once and it didn't work, but I didn't put a lot of effort into it) so the clients can authenticate from the NT Domain and pass into the AD. However, if a client is told to join the NT Domain, it won't just decide to force the user into logging on to the AD domain because it's there, so don't worry about that.
 
One other option is to just use mixed-mode authentication in SQL, and then give the users SQL logons rather than assigning logons to NTLM accounts. This would be even easier to setup, and you could use either DSNs on the client boxes or compile the authentication (consult local security protocols) into the application; such as an include in ASP.