Skip to content

A script that walks you through installing Active Directory, with plenty of echoing so you can take over manually if need be

License

Notifications You must be signed in to change notification settings

theworkingcentre/debian-activedirectory-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This script is intended for a new Ubuntu/Debian machine that wants to join a Windows domain so you can log in to the linux machine with you Active Directory credentials. By default, "Domain Admins" can SSH into the box and use sudo.

Because /etc/ssh/sshd_config is finicky, you can't use AllowUsers anymore to specify which user accounts can log into this machine - instead use the can-ssh group set up by this script.

The first time you log in with your Active Directory credentials, it will create a directory at /home/ for you. This behaviour is configurable so take a look at the script if you want to customize.

The following four configuration variables are required: the name of the domain (short and long version), as well as the names of two domain controllers. It would be possible to remove lines referencing AD_SERVER_2 and still successfully use this script.

About

A script that walks you through installing Active Directory, with plenty of echoing so you can take over manually if need be

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages