Re: NT vs SQ Server Authentication
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 08/26/04
- Next message: Frankie: "Qs on SQL Server backup using Enterprise Manager"
- Previous message: Tibor Karaszi: "Re: NT vs SQ Server Authentication"
- In reply to: ChrisR: "NT vs SQ Server Authentication"
- Next in thread: Michael D. Long: "Re: NT vs SQ Server Authentication"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Aug 2004 21:54:22 +0200
> In addition to that, I
> beleive(could be wrong) that its tough to use WINNT auth
> for a web site?
In many cases you don't. Just imagine when you go to dell.com (assuming that their web servers actually hit
their SQL Servers). You don't do a Windows login against dell.com.
It is possible, however. I'm no authentication expert, but as I understand it, you need to have
challenge/response (NTLM) authentication between the web browser and the web server. And, if SQL Server isn't
on the same machine as the web server, you need to have some things in place in order for the web server to
authenticate to SQL server using the web-browser's Windows account. This is sometimes referred to as
Delegation and sometimes Impersonation. (I never managed to figure out whether these two terms are
interchangeable in this context or if there is a difference between them, btw.)
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www.solidqualitylearning.com/ "ChrisR" <anonymous@discussions.microsoft.com> wrote in message news:035901c48af3$bceaffa0$a301280a@phx.gbl... > I would definately agree with the other replies. To play > devils advocate though, a benifit to NOT using domain > authentication would be you can pick up your sql box and > plop it into any domain and have no issues with your > logins. Yes, these issues can be overcome, the rewards > dont outweigh the benifits, you would probably never > really do this, but its a reason. In addition to that, I > beleive(could be wrong) that its tough to use WINNT auth > for a web site? > > > > >-----Original Message----- > >Are there any compelling reasons to use one over the > other? > > > >Thanks, > > > >Bob Castleman > >SuccessWare SoftWare > > > > > >. > >
- Next message: Frankie: "Qs on SQL Server backup using Enterprise Manager"
- Previous message: Tibor Karaszi: "Re: NT vs SQ Server Authentication"
- In reply to: ChrisR: "NT vs SQ Server Authentication"
- Next in thread: Michael D. Long: "Re: NT vs SQ Server Authentication"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|