Mapping the Service Principal Name (SPN) to a Microsoft User Account
The Kerberos service principal name is defined as service name/Full_Qualified_Host_Name
Before you beginA user account is created in the Active Directory.
- Procedure
- Open a command prompt window.
- Enter the following command to map the Kerberos service principal name (SPN) to a user account:
setspn -A service name/fully_qualified_host_nameuser account
For example, for the
HTTP/testtibcoapix.pa.tibco.com
service principal name, use the following command:setspn -A HTTP/testtibcoapix.pa.tibco.com testtibcoapix
setspn
tool is found on the Windows 2000 Resource Kit.- Refer to the following url for details: