Re: winnt vs. sql auth
From: AnthonyThomas (Anthony.Thomas_at_CommerceBank.com)
Date: 12/16/04
- Next message: AnthonyThomas: "Re: SQL Server 2000 on Windows 2K DCE - Is DTS supported?"
- Previous message: AnthonyThomas: "Re: block all apps except for..."
- In reply to: ChrisR: "winnt vs. sql auth"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Dec 2004 00:33:47 -0600
The biggest benefit of using Windows Authentication is the security of the
account credentials. If users have direct access, then the benefits of
single-signon are well known. If we are talking about a single application
account access, then somewhere that account information must be stored.
Oftentimes, the storage of this information is on the very server that is at
the highest risk of being compromised, the publicly facing web server. With
Windows Authentication, the account is stored either in the service login
information, the DCOM or COM+ configuration, either of which should be
resident on the Application Server, not the web server.
Then there is the password, for Windows Authentication, it is stored in the
SAM database, which is very difficult to hack as opposed to using the
Global.asa, a compiled .dll, or cleartext in the registry, all of which are
easily accessible.
Moreover, once we have deliniated the differences in account storage, then
there is connection transmission, if SSL is not deployed, or at least an
installed Server Certificate on the SQL Server host, the SQL Authenticated
login credentials are transmitted over the network in cleartext. For
Windows Authentication, it is only the Access Token, which is not the
credentials themselves and is encrypted.
Sincerely,
Anthony Thomas
-- "ChrisR" <ChrisR@noEmail.com> wrote in message news:%234T31Nw4EHA.2288@TK2MSFTNGP11.phx.gbl... sql2k Im having a debate about why it's better to use winnt instead of sql auth. I know about the winnt password benifits. What else is there? All ammo is appreciated. ChrisR
- Next message: AnthonyThomas: "Re: SQL Server 2000 on Windows 2K DCE - Is DTS supported?"
- Previous message: AnthonyThomas: "Re: block all apps except for..."
- In reply to: ChrisR: "winnt vs. sql auth"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|