From 617b5922c6659d2b8bd577cce27b1b5ef66a17d3 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Tue, 23 Jan 2018 10:25:30 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index bb1f683..2ca88ba 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -242,7 +242,6 @@ echo "" else sudo echo "administrator ALL=(ALL:ALL) ALL" | sudo tee -a /etc/sudoers.d/sudoers sudo echo "%$myhost""sudoers ALL=(ALL:ALL) ALL" | sudo tee -a /etc/sudoers.d/sudoers -sudo echo "%domain\ users ALL=(ALL:ALL) ALL" | sudo tee -a /etc/sudoers.d/sudoers sudo echo "%DOMAIN\ admins ALL=(ALL) ALL" | sudo tee -a /etc/sudoers.d/domain_admins #sudo realm permit --groups "$myhost""sudoers" fi;;