Created
January 21, 2020 20:26
-
-
Save nzbart/6c0aabd21c237cc253056f65132d4fe1 to your computer and use it in GitHub Desktop.
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\ [email protected] 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