Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-06-22 10:33:06 +02:00 committed by GitHub
parent 540fe415ce
commit 080041cb77

View File

@ -714,7 +714,7 @@ then
echo "ldap tool installed.. verifying setup" echo "ldap tool installed.. verifying setup"
sudo ldapsearch | grep -i $myhost sudo ldapsearch | grep -i $myhost
else 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}" echo "${NUMBER}please edit in ldap.conf the lines BASE and URI ${END}"
sleep 3 sleep 3
sudo nano /etc/ldap/ldap.conf sudo nano /etc/ldap/ldap.conf