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

amardeepl11/domain_join

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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

The script takes one argument, for the hostname. If omitted the current hostname is used.

sudo -s
./domain_join.sh examplehost-01

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%