Check the authentication key versions on both ends of the trust:
- Ensure that the same authentication key version is configured on both the trusted and trusting domains.
- Verify that the same authentication key is used in the external trust.
- To confirm that the trust root domains are set up correctly, run the following command:
Ktpass -princ realms@domain.tld -mapuser user@replacedomain.tld -pass password -ptype KRB5_NT_PRINCIPAL +out secret.keytab
- To force the trust to update from the existing authentication key, run the following command:
netdom trust trusts.domain.tld /quarantine:no /passwordt:password
- Restart the Kerberos Key Distribution Center service.
- Reboot both the trusting and trusted domains.
- Verify that the updated authentication information is synchronized across both domains.