Linux Domain Join - jwells24/Tech-Journal GitHub Wiki

Linux Domain Join

  • In order to join a Windows domain from a Linux system, first we need to run the command: sudo yum install realmd samba samba-common oddjob oddjob-mkhomedir sssd. This will install realmd and other files we need to join the domain. Next, we can use this command to actually join the domain: realm join --user=[email protected] yourdomain.local. Use realm list to check if you have successfully joined the domain.