this post was submitted on 03 Nov 2025
40 points (97.6% liked)
Linux
10003 readers
489 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Joining a Linux machine to an AD domain is quite easy using realmd. It can use sssd/ad-cli or samba winbind as a back-end and will do all the wiring up of NSS, PAM and the like for you. You can even let it install missing distro packages for the domain join for you - or you can have it tell you what packages you're missing and install them yourself.
You will need to talk to your IT department (or whoever is responsible for AD) though, not least because a domain admin will have to input their credentials so that the domain join (creation of the Computer object in LDAP and generation of the Kerberos keyfile) can happen.