From b9919a1abd6a14d6211512aeaf5f7f07ddd6e3b0 Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Thu, 22 Jun 2017 12:01:29 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ADconnection.sh b/ADconnection.sh index d5a38ec..08fc706 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -709,6 +709,8 @@ ldaplook(){ export HOSTNAME myhost=$( hostname ) ldaptools=$( sudo dpkg -l | grep -i ldap-utils | cut -d 's' -f1 | cut -d 'l' -f2 ) +echo "${NUMBER}You must be logged in with AD admin on the client/server to use this funktion${END}" +sleep 3 if [ "$ldaptools" = dap-uti ] then echo "ldap tool installed.. verifying setup"