Joining Debian-based distros to Windows Active Directory (AD):


You will need the package "realmd", to install it:
sudo apt-get install realmd

To add this Debian/Ubuntu based computer to Windows Server AD, input this command:
realm join domain.tld --user username

Replace domain.tld with the AD domain you are connecting too, and username of the user you want to connect to.
You will need that users password as well as your local's machines root/sudo password.


Source | Date: March 11th, 2021

Back