Linux Domain Join - aaralik1/SYS-255 GitHub Wiki

Join the domain

First of all, I checked all my machines to see if they were on the same time zone. For the workstation and active directory, you can change this by simply going to the settings. For web01, you can check the date by typing date

First of all, I used the command yum install -y realmd samba samba-common oddjob oddjob-kmhomedir sssd which helped in the installation of the realmd which is an application used to join domains. In this case, the -y is an indication of not having to say yes in the middle of the reamd's installation.


Next, we were given the command realm join [email protected] yourname.local however that command didn't work for me. So, ultimately ended up using a different command realm join yourname.local. After that, you can verify this by typing the command realm list as shown in the image below what my screen looked like;

image


Now feel free to login with domain named users without worry!