all groups > sql server connect > december 2004 >
You're in the

sql server connect

group:

Windows Authentication


Windows Authentication DrBob
12/23/2004 6:51:02 AM
sql server connect:
When using windows authentication mode should should the connection work if
the server and client are logged on to windows using "this computer", or must
they log on to windows using a domain account - i can't seem to connect using
Re: Windows Authentication DrBob
12/23/2004 8:55:03 AM
I understand that - I have a Win2003 network with a domain controller and
accounts set up in active directory - my question is: must the server and/or
the client log on to windows in the domain account or will windows
authentication work if they log on to a local account?


[quoted text, click to view]
Re: Windows Authentication Scott Morris
12/23/2004 10:36:44 AM
Windows authentication requires a network with a domain controller. You
might want to give the section titled Authentication Modes in BOL a look.

[quoted text, click to view]

Re: Windows Authentication Scott Morris
12/23/2004 1:21:05 PM
The following was pulled directly from the BOL section I referenced. It is
pretty clear that a domain account must be used.

SQL Server achieves login security integration with Windows NT 4.0 or
Windows 2000 by using the security attributes of a network user to control
login access. A user's network security attributes are established at
network login time and are validated by a Windows domain controller. When a
network user tries to connect, SQL Server uses Windows-based facilities to
determine the validated network user name. SQL Server then verifies that the
person is who they say they are, and then permits or denies login access
based on that network user name alone, without requiring a separate login
name and password.

[quoted text, click to view]

AddThis Social Bookmark Button