From 080041cb77eb999ff8ba8befd8bc6b8fd086df8f Mon Sep 17 00:00:00 2001 From: PierreGoude Date: Thu, 22 Jun 2017 10:33:06 +0200 Subject: [PATCH] Update ADconnection.sh --- ADconnection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADconnection.sh b/ADconnection.sh index af1fb1d..d5a38ec 100644 --- a/ADconnection.sh +++ b/ADconnection.sh @@ -714,7 +714,7 @@ then echo "ldap tool installed.. verifying setup" sudo ldapsearch | grep -i $myhost else -sudo apt-get install ldap-tools -y +sudo apt-get install ldap-utils -y echo "${NUMBER}please edit in ldap.conf the lines BASE and URI ${END}" sleep 3 sudo nano /etc/ldap/ldap.conf