Re: Windows Authentication security question
- From: "Roger Abell [MVP]" <mvpNoSpam@xxxxxxx>
- Date: Wed, 11 Oct 2006 16:12:04 -0700
J
Your question is not really wierd - you should read some of them <g>
There seem a couple misnomers in your post.
There is no "Windows basic authentication"
I will assume that you intended to indicate use of SQL internal accounts.
You also say communication over the network is more secured when
using basic authN within SSL. This is probably not true, especially if
less than SSL 3.0 Windows integrated uses a challenge response
sequence that makes use of knowledge of the password hash, but the
sequence itself cannot be used to get the hash and it is also resistant
to replay usage. It is probably more secure than the other even with the
best level of SSL/TLS (but the "more" is arguable, i.e. if neither could be
cracked then which is "more" secure?)
If your question is about what authN to allow a SQL Server to use, there
really is little choice except to allow both, at least for most general use
SQL services, since you will run on situations that cannot be dovetailed
into using a Windows integrated model (like Sharepoint websites!!), etc.
--
Roger Abell
Microsoft MVP (Windows Server : Security)
"J" <IDontLikeSpam@xxxxxxxxxxx> wrote in message
news:ughXXsV7GHA.3384@xxxxxxxxxxxxxxxxxxxxxxx
Hello. Sorry if this is a novice or weird question but I was just
wondering if in general having a Windows integrated authentication to a
SQL Server database has more security than Windows basic authentication
wrapped with https/ssl? I know the data in communication over the network
is more secured with the basic authentication/ssl method but was wondering
more on a user name and password level since integrated sends a hash/token
I believe where as basic authentication wrapped with ssl is totally
encrypted.
Thanks in advance.
J
.
- Follow-Ups:
- References:
- Prev by Date: Re: Problem with file Decryption in NTFS file system
- Next by Date: Re: XP Pro Cached Credentials
- Previous by thread: Windows Authentication security question
- Next by thread: Re: Windows Authentication security question
- Index(es):
Relevant Pages
|
Loading