Linux Domain Join - Liam-DiFalco/Sys255-FA24 GitHub Wiki

Domain Join steps

  • install realmd and its dependancies

sudo yum install realmd samba samba-common oddjob oddjob-mkhomedir sssd

  • Then join your prefered domain

realm join -U <useraccount>@YOURDOMAIN.LOCAL yourdomain.local

  • ensure that your domain.local after the @ symbol is capitalized or it will give you a KDC error
  • To check that you joined the domain just use the command realm list and it will give you all the information you need.
  • then you can join with qualified domain accounts.

Takeaways

  • So far this was just configuration but it seems fairly easy to join a windows domain from a windows box, only about 5 minuets of troubleshooting was needed.