Re: SPN Requirement
- From: Sue Hoegemeier <Sue_H@xxxxxxxxxxxxx>
- Date: Fri, 29 Sep 2006 05:34:14 -0600
Kerberos needs an SPN so if you want to use Kerberos, you'd
need to have an SPN. Kerberos is more secure than NTLM.
Additionally, some OS features such as delegation require
Kerberos. In the SQL world, delegation is needed when using
linked servers with Windows Authentication. You can pass
Kerberos tickets to the other server for authentication.
Without this you would authenticate with NTLM where the
credentials can't be passed from server to server and you
run into the "double hop" issue.
You register an SPN using the setspn utility. You can find
information on the utility at:
http://technet2.microsoft.com/WindowsServer/en/Library/b3a029a1-7ff0-4f6f-87d2-f2e70294a5761033.mspx?mfr=true
You can find a good overview of SQL Server and Kerberos at:
http://blogs.msdn.com/sql_protocols/archive/2005/10/12/479871.aspx
-Sue
On Thu, 28 Sep 2006 12:11:01 -0700, Brett S.
<BrettS@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I need to know how and why to create an SPN for a default instance onf
SQl2005. Does it have anything to do with Active Directory? I want to use
kerberos or NTLM authentication.
Thanks
.
- Follow-Ups:
- Re: SPN Requirement
- From: Erik Bo Sørensen
- Re: SPN Requirement
- Prev by Date: Re: Rights needed to restore DB
- Next by Date: SQL2005: Security Design Question
- Previous by thread: Re: Rights needed to restore DB
- Next by thread: Re: SPN Requirement
- Index(es):
Relevant Pages
|