Create Service Principal Name

This topic describes how to create a service principal name.

Before you begin

  • Create a dummy user account on the Active Directory Server node to represent the Proficy Authentication application in the active directory registry. Make sure to implement these settings for the account:
    • It is mandatory user is a member of the domain user group. Refer to Microsoft documentation for more information.
    • Set the account password to never expire. To do so, access the domain user account properties dialog: Account > Account options > Password never expires.
  • Configure Security Policy
Note: Delete existing SPNs, if any. Refer to Useful SPN commands.

About this task

You must be an administrator to perform this task.

Procedure

  1. Log in to your Active Directory machine.
  2. Open the Windows Command Prompt application.
  3. Run the following command replacing with the appropriate code: setspn -S HTTP/<FQDN> <user account>
    Code Replace With
    <FQDN> Fully Qualified Domain Name (FQDN) of the server on which Proficy Authentication service is running.
    For example, HTTP/[email protected]
    Note: These should be in capital letters:
    • HTTP
    • UAATESTAD.GE.COM (the domain name that follows @)
    <user account> Dedicated dummy user account created for Proficy Authentication service.

    For example, ghost1.

    Based on the above examples, your code should look like this: setspn -S HTTP/[email protected] ghost1

Results

The service principal name (SPN) is created.

What to do next

Generate Keytab File