From 1c4e41ddd35a6c2abd31d2604a5d3a8b73e0997c Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Tue, 31 Jan 2017 10:42:47 +0100 Subject: [PATCH] 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 --- ADconnection.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ADconnection.sh b/ADconnection.sh index 67fec62..bfe7a99 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -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