Join Ubuntu Server to Active Directory (AD) domain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Optional steps: | |
#apt update && apt full-upgrade -y && apt auto-remove -y | |
#apt install -y vim-nox | |
apt install -y packagekit realmd | |
pam-auth-update --enable mkhomedir | |
echo '%domain\ admins@example.com ALL=(ALL:ALL) ALL' > /etc/sudoers.d/example | |
realm join -v -U domain_admin_user_name example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment