Hi Ckanishka,
Thank you for posting in the Microsoft Community Forums.
Possible causes of the problem:
The ticket may have been corrupted or expired, making it impossible for the KDC to read or verify.
The client is incorrectly configured, resulting in the generated ticket not containing the necessary account information.
Network issues can cause the ticket to be corrupted or some information lost during transmission.
A configuration or operation issue with the KDC server that prevents the ticket request from being processed correctly.
You may need to verify the issue by the following methods:
Clear the existing Kerberos ticket cache on the client and reacquire the ticket. Use the klist command to check the currently held tickets to ensure that they are valid and have not expired.
Make sure that the client's Kerberos configuration file (usually /etc/krb5.conf or C:Windowskrb5.ini) is configured correctly, especially for the [realms] and [domain_realm] sections.
Ensure that the system time synchronization of the client and the KDC server is in sync. A large time difference will result in invalid tickets. You can use the NTP service to synchronize time.
Review the logs on the KDC server for error messages or warning messages that can help locate the cause of the problem.
Try restarting the KDC service to make sure it's working properly.
Use network diagnostic tools (e.g., ping, traceroute) to check if the network connection between the client and the KDC server is healthy.
Best regards
Neuvi Jiang