Re: How Does SQL Server Verify Domain Security
From: Will (DELETE_westes_at_earthbroadcast.com)
Date: 04/24/05
- Next message: ET: "Profiler and user password"
- Previous message: Jens Süßmeyer: "Re: How Does SQL Server Verify Domain Security"
- In reply to: Jens Süßmeyer: "Re: How Does SQL Server Verify Domain Security"
- Next in thread: Mike Epprecht (SQL MVP): "Re: How Does SQL Server Verify Domain Security"
- Reply: Mike Epprecht (SQL MVP): "Re: How Does SQL Server Verify Domain Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 24 Apr 2005 09:54:32 -0700
I suspected this, so this is where we see the problem. We would
have a domain controller on the internal network and then another
domain controller on the other side of the proxy server. User A
authenticates behind the proxy with his domain controller. SQL
Server resides on the Internet side of the proxy. Upon receiving
the Kerberos ticket, SQL Server attempts to validate it with the
local domain controller. The local domain controller won't
recognize this ticket, and I assume it will try to validate it
with the internal domain controller. But it cannot do this,
because the internal domain controller is behind a proxy server.
Is there any way around this dilemma?
-- Will Internet: westes at earthbroadcast.com "Jens Süßmeyer" <Jens@Remove_this_For_Contacting.sqlserver2005.de> wrote in message news:OaDBRELSFHA.508@TK2MSFTNGP12.phx.gbl... > No problem, thats a good articl about Autentification in SQL Server: > > http://www.databasejournal.com/features/mssql/article.php/3341651 > > To summarize Aut: You logon on a domain controller prooving that your are > the individal that you are supposed to be. (Username and Password) If this > Aut. is successfull you get a Kerberos ticket is valid for a specific amount > of time. With this ticket you are able to logon to SQL Server bcause the > server can validate the ticket with the domain controller to proove "time" > and identity. > > > HTH, Jens Suessmeyer. > > --- > http://www.sqlserver2005.de
- Next message: ET: "Profiler and user password"
- Previous message: Jens Süßmeyer: "Re: How Does SQL Server Verify Domain Security"
- In reply to: Jens Süßmeyer: "Re: How Does SQL Server Verify Domain Security"
- Next in thread: Mike Epprecht (SQL MVP): "Re: How Does SQL Server Verify Domain Security"
- Reply: Mike Epprecht (SQL MVP): "Re: How Does SQL Server Verify Domain Security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|