Joining Linux To Domain - devinziegler/Devin-Tech-Journal GitHub Wiki

This is outline how to join a linux system to a windows domain with active directory.

Prerequisites / dependency's:

These packages will allow a Linux system to be joined to a Windows Domain

Install:

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

Joining System To Domain:

realm join --user=<domain_adm_username>@<your_domain> <your_domain>

Remote login is going to be slightly different when making the connection:

ssh <domain_user>@<domain_name>@<target_hostname>

After Joining the Linux system to the domain, a new entry should be made automatically in the computer OU in Active Directory.