Linux Domain Join - CameronProvost/Tech-Journal GitHub Wiki

Linux Domain Join

  1. sudo yum install -y realmd samba samba-common oddjob oddjob-mkhomedir sssd

Once everything has been installed then join the Linux server to the domain with

  1. realm join --user=[email protected] yourdomain.local

To see if successfully joined use the command realm list to check for the domain

If everything was successful domain users can log into the server with their domain credentials. The Linux server should also now appear under users and computers with the domain controller.