How To

How to Configure a service principle name for the application pool identity

By AminTaheri

Rate: (5 Ratings)

If the application pool identity for the site is configured to use a built-in security principal (such as NT Authority\Network Service or NT Authority\Local System), you most likely do not have to perform this step. You can do this to "redo" the spn. The built-in accounts are automatically configured to work with Kerberos authentication. However, if you use a remote Microsoft SQL Server database it is not recommended that you use a built-in security principle or an account such as domain/computername$. If the application pool identity is a domain user account, you must configure an service principle name (SPN) for that account. To configure an SPN for the domain user account, follow these steps:

Instructions

Difficulty: Moderate

Things You’ll Need:

  • Setspn.exe
Step1
Download Setspn.exe http://www.microsoft.com/downloads/details.aspx?familyid=5fd831fd-ab77-46a3-9cfe-ff01d29e5c46&displaylang=en
Step2
Use the Setspn.exe tool to add an SPN for the domain account. To do this, type the following line at the command prompt: setspn -A HTTP/ServerName Domain\UserName where ServerName is the fully qualified domain name (FQDN) of the server, Domain is the name of the domain, and UserName is the name of the domain user account.

Tips & Warnings

  • You must be a domain administrator to complete the steps in this section.

Post a Comment

Post a Comment

Request a New How-To Article

Looking for more How To information? Chances are there’s an eHow member who knows how to do what you’re looking to do. Submit an article request now!

eHow Article: How to Configure a service principle name for the application pool identity

Article By: AminTaheri

Authority Authority| 5028Points

Category: Computers

Articles: See my other articles

Related Ads