Skip to content

Java application which builds ADDC Servers from Ubuntu servers using Samba 4 and SSH

Notifications You must be signed in to change notification settings

sanderrouk/AddcBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This program is built using Java and uses SSH to connect to an Ubuntu server version 16.04 and then builds it into an Active Directory Domain Controller using Samba 4.

Project Structure

The project uses the gradle wrapper to get the dependencies from the maven repository. The ADDC build logic can be found in the Logic directory, The Interface controller is in the controller directory.

How do I get set up?

On usage and set up consult the wiki, alternatively you can compile the package using the gradle wrapper by running

gradlew :distZip

Or just run the program by running

gradlew :run