From a2d0668d3625e481b2b790d300517297aaca7472 Mon Sep 17 00:00:00 2001 From: Devops Date: Sun, 9 Apr 2017 03:39:46 +0100 Subject: [PATCH] etc/profile.d/ldap.sh --- etc/profile.d/ldap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.47.3