From 1f458b47c77a0f3284e3748a0f4dc91d0b3b9c54 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Tue, 13 Dec 2016 14:29:03 +0100 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index 4d34611..3eca5db 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -73,7 +73,6 @@ sudo echo "%DOMAIN\ admins@$DOMAIN ALL=(ALL) ALL" >> /etc/sudoers.d/domain_admin echo "Check that the group is correct" echo "in Sudoers file..." sudo cat /etc/sudoers | grep $myhost -sudo cat /etc/sudoers | grep $Group echo "in SSH allow file..." sudo cat /etc/ssh/login.group.allowed | grep $myhost echo " if this is wrong DO NOT REBOOT and contact sysadmin"