9

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
Santosh Garole
  • 453
  • 1
  • 4
  • 11

1 Answers1

14

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.

Santosh Garole
  • 453
  • 1
  • 4
  • 11