Kerberos errors in dcdiag. KDC errors event 16 in event viewer

prabhash-jena 21 Reputation points
2022-10-25T09:15:05.567+00:00

We are running a Windows 2012R2 domain environment which we want to upgrade. While doing prechecks we ran dcdiag and found few Kerberos related errors, for example: "While processing a TGS request for the target server service_account@keyman .xxx, the account service_account@keyman .xxx did not have a suitable key for generating a Kerberos ticket (the missing key has an ID of 8). The requested etypes were 18 17. The accounts available etypes were 23 18 17. Changing or resetting the password of service_account will generate a proper key."

I have verified that the service account is not enabled to use DES. Event log analysis shows KDC errors are from a year back, although we have not experienced any issues so far with the service account. It is a critical account used for many services accessing the same database hence we don't want to make any changes to the password as suggested in dcdiag.

Could anybody share some thoughts on how to get rid of these events without resetting the password?

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,439 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-10-25T13:00:34.043+00:00

    Something here could help.
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/kdc-event-16-27-des-encryption-disabled

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Limitless Technology 44,221 Reputation points
    2022-10-25T15:01:47.66+00:00

    Hello there,

    I do not think you can resolve this without resetting the password. To resolve this issue, you must reset the password of the user account that has corrupt Kerberos keys.

    Note: The name of the user account is identified in the event message log.

    A valid Kerberos key is required to get a Kerberos ticket from the Kerberos Key Distribution Center (KDC). To verify that the Kerberos keys are valid and functioning correctly, you should ensure that a Kerberos ticket was received from the KDC and cached on the local computer. You can view cached Kerberos tickets on the local computer by using the Klist command-line tool.

    ---------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

  3. SChalakov 10,381 Reputation points MVP
    2022-11-01T11:46:40.59+00:00

    Hi,

    I would like to give my input here... I agree with @Anonymous , you need to look into the configured DES Encryption Types. I had this same behavior with the same evnts at a customer, who forces the usage of AES in the domain:

    256094-image.png

    but at the same time all the other encryption options were still enabled:

    256121-image.png

    Hope this helps you on your way towrads a meaningful solution.

    Regards,
    Stoyan


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.