Skip to content

Bash script to get an Ubuntu Mate 16.04 bound to an MS Active Directory Domain

License

Notifications You must be signed in to change notification settings

EKCGroup/domain_join

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

domain_join

Bash script to prepare an Ubuntu Mate 16.04 host for joining to a MS Active Directory Domain. (Tested on Ubuntu 16.04 Server)

Download and customise the script

wget https://raw.githubusercontent.com/nathanfriend/domain_join/master/domain_join.sh

chmod +x domain_join.sh
edit lines 3 through 10 for your environment.

Run the script

sudo -s
./domain_join.sh

Sudo Users

Create a new group anywhere in AD called admin. This grants members of the group permission to enter root on Ubuntu.

About

Bash script to get an Ubuntu Mate 16.04 bound to an MS Active Directory Domain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%