Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Table of Contents

Table of Contents

Managing SPN Names

Obtain list of Kerberos SPN Names

Code Block
setspn \-L servername

or

Code Block
setspn \-L username

example:

Code Block
C:\Users\admin>setspn -L server
Registered ServicePrincipalNames for CN=SERVER,OU=Servers,DC=test,DC=local:
        TERMSRV/SERVER
        TERMSRV/Server.test.local
        WSMAN/Server.test.local
        RestrictedKrbHost/Server.test.local
        HOST/Server.test.local
        WSMAN/SERVER7
        RestrictedKrbHost/SERVER7
        HOST/Server

or

Code Block
C:\Users\admin>setspn -L Userk
Unregistering ServicePrincipalNames for CN=Userk,OU=Users,DC=test,DC=local
        HTTP/Userk

Delete Entries from a host/user

Code Block
setspn -D protocol/attribute username

or

Code Block
setspn -D protocol/attribute server

Second Header