...
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{code}
|
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 |
---|
{code} or {code} C:\Users\amelong\Desktop>setspnadmin>setspn -L Userk Unregistering ServicePrincipalNames for CN=Userk,OU=Users,DC=test,DC=local HTTP/Userk {code} h2. Delete Entries from a |
Delete Entries from a host/user
Code Block |
---|
}setspn -D protocol/attribute username{code} or {code} |
or
Code Block |
---|
setspn -D protocol/attribute server{code}
h1. Second Header
{rate} |