Update ADconnection.sh

This commit is contained in:
PierreGoude 2017-06-22 10:25:21 +02:00 committed by GitHub
parent c1564815f0
commit 3194d82d53

View File

@ -715,7 +715,8 @@ echo "ldap tool installed.. verifying setup"
sudo ldapsearch | grep -i $myhost
else
sudo apt-get install ldap-tools -y
echo "please edit ldap.conf"
echo "${NUMBER}please edit ldap.conf${END}"
sleep 3
sudo nano /etc/ldap/ldap.conf
sudo ldapsearch | grep -i $myhost
fi