Error: KDC reply did not match expectations

6,915

I have read some blogs & got to know simple mistake i was making:

Corrected command:

sudo realm join -U <username>@EXAMPLE.COM dc01.example.com -v

Using domain name in Capital letters resolved above error.

Share:
6,915

Related videos on Youtube

Santosh Garole
Author by

Santosh Garole

Updated on September 18, 2022

Comments

  • Santosh Garole
    Santosh Garole almost 2 years

    I was facing issues while joining a machine to domain using below command. the server has OS as Almazon Linux 2 server which has to join to example.com.

    I have done all the prerequisites which are required for Domain joining process for Li Below is the command i tried.

    sudo realm join -U <username>@example.com dc01.example.com -v
    

    O/P:

    Could not get kerberos ticket: KDC reply did not match expectations
    
  • Admin
    Admin almost 2 years
    Why is this even a thing!? Case sensitivity like this is weird.