From: Devops Date: Sun, 9 Apr 2017 02:39:46 +0000 (+0100) Subject: etc/profile.d/ldap.sh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=a2d0668d3625e481b2b790d300517297aaca7472;p=nb.git etc/profile.d/ldap.sh --- diff --git a/etc/profile.d/ldap.sh b/etc/profile.d/ldap.sh index 02273522..9b179ff5 100644 --- a/etc/profile.d/ldap.sh +++ b/etc/profile.d/ldap.sh @@ -1,7 +1,7 @@ which ldapsearch > /dev/null || return ldap_config() { - ldapsearch -Y EXTERNAL -H ldapi:/// -b cn=config + ldapsearch -Q -Y EXTERNAL -H ldapi:/// -b cn=config } ldap_cn() {