Skip to content

user1m/aad-kerberos-setup

Repository files navigation

Setup Azure Domain Services & Kerberos

NOTE: Tested and works on Ubuntu 16.04

Prereqs:

  1. Setup Azure Domain Services

Remember: After creating a new Azure Domain Services, users are required to update their passwords here then re-sign in for the DNS to recognize them.

Learn more...

  1. Provision an Ubuntu Linux virtual machine

Deploy the virtual machine into the same virtual network in which you have enabled Azure AD Domain Services.

Pick a different subnet than the one in which you have enabled Azure AD Domain Services.

How to Use

Clone this repo on the provisioned Ubuntu Linux virtual machine:

> sudo git clone https://github.com/User1m/aad-kerberos-setup.git

cd into the repo:

> cd aad-kerberos-setup

Run:

> sudo ./join-domain.sh my-domain.onmicrosoft.com admin admin-password vm-host-name
  • Be aware that running this command will take the parameters passed and modify the sample.conf files included in the repo.
  • Should you mis-type something and need to change, simply revert the file changes and re-run the command.

About

Scripted setup of Kerberos with AAD on Ubuntu 16.04 LTS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages