Hello Barbara F,
It is a pleasure to answer this question for you and hope it can help you.
According to the information you published, the error type is KRB_AP_ERR_MODIFIED
Some encrypted Kerberos authentication data sent by the client did not decrypt properly at the server because:
1.A service ticket is issued to the local computer account, for which a host/SPN is automatically created, instead of to the service account, for which no SPN has been created. The reason for this is that a service does not register an SPN for itself, yet the service belongs to a service class for which the computer will automatically map the SPN to a host/service class. The result is that the service cannot decrypt the resultant ticket.
Resolution: If the root cause appears to be that an SPN has not been set, verify that each service running on the target computer has an SPN set. Those services that do not have SPNs set might have had their SPNs remapped to the computer’s host SPN.
2.The authentication data was encrypted with the wrong key for the intended server.
3.The authentication data was modified in transit by a hardware or software error, or by an attacker.
4.The client sent the authentication data to the wrong server because incorrect DNS data caused the client to send the request to the wrong server.
5.The client sent the authentication data to the wrong server because DNS data was out-of-data on the client.
Resolution: Verify that DNS is functioning properly.
6.Two computers in different domains have the same name and the client sent the authentication data to the wrong computer.
Resolution: Verify that there are not multiple computers with the same name, including NetBIOS names, anywhere on the network.
If you have any question or concern, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.