Skip to content

Commit 9366493

Browse files
author
Simonx Xu
authored
Merge pull request #7956 from kupdates/docs-editor/kerberos-event-4-access-denied-1735670261
AB#3248: Update kerberos-event-4-access-denied.md
2 parents 81640bb + ff33128 commit 9366493

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

support/windows-server/windows-security/kerberos-event-4-access-denied.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
22
title: Kerberos SPN is on wrong account
33
description: Fixes an issue where users fail to access a resource and a System event log shows Kerberos event 4.
4-
ms.date: 12/26/2023
4+
ms.date: 01/03/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
8-
ms.reviewer: kaushika
8+
ms.reviewer: kaushika, kupatel
99
ms.custom: sap:Windows Security Technologies\Kerberos authentication, csstroubleshoot
1010
---
1111
# Kerberos Service Principal Name on Wrong Account
1212

1313
This article provides help to solve an issue where users fail to access a resource and a System event log shows Kerberos event 4.
1414

15-
_Applies to:_   Windows Server 2008 R2 Service Pack 1
1615
_Original KB number:_   2706695
1716

1817
## Symptoms
@@ -33,7 +32,7 @@ To resolve this issue, the service principal name must be searched for and remov
3332

3433
1. At an elevated command prompt and using Enterprise Administrator credentials, run the command `setspn -Q <SPN>`. This will return a computer name. SetSPN.exe is installed with the Active Directory Directory Services role or with RSAT.
3534
2. Remove the incorrectly registered SPN by going to the command prompt and running the command `setspn -D <SPN> <computername>`.
36-
3. Add the SPN to the correct account at the command prompt by running the command `setspn -A <SPN> <computername of computer which had the System event 4>`.
35+
3. Add the SPN to the correct account at the command prompt by running the command `setspn -S <SPN> <computername of computer which had the System event 4>`.
3736

3837
## More information
3938

0 commit comments

Comments
 (0)