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
*
{toc}

h1. Managing SPN Names


h2. Obtain list of Kerberos SPN Names
{code}setspn \-L servername{code}
or
{code}

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
{code}

h2. Delete Entries from a host/user
{code}setspn -D protocol/attribute username{code}
or
{code}

or

Code Block
setspn -D protocol/attribute server{code}

h1. Second Header


{rate}

Second Header