Active directory join script for Ubuntu and debian

Semi automated active directory script.
Will detect your ubuntu version (14 and 16 only )
Will find you realm on network
This commit is contained in:
PierreGoude 2017-01-31 10:42:47 +01:00 committed by GitHub
parent 6f34a278d3
commit 1c4e41ddd3

View File

@ -66,6 +66,7 @@ then
echo "Detecting Ubuntu 16"
sudo realm join --verbose --user=$ADMIN $DOMAIN
else
clear
echo "Having issuers to detect your Ubuntu version"
exit
fi