From e830b815962da575aea9f9dc6bfee8eda8ec43c9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 4 Mar 2007 21:16:57 +0000 Subject: [PATCH] r21687: Always test LDAP and LDAPS --- source/script/tests/test_ldap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/script/tests/test_ldap.sh b/source/script/tests/test_ldap.sh index 0c71103ffd0..4a331724aa3 100755 --- a/source/script/tests/test_ldap.sh +++ b/source/script/tests/test_ldap.sh @@ -9,8 +9,7 @@ exit 1; fi # see if we support ldaps -if grep HAVE_LIBGNUTLS.1 include/config.h > /dev/null && - test -n "$CONFFILE" && grep tls.enabled.=yes $CONFFILE > /dev/null; then +if grep HAVE_LIBGNUTLS.1 include/config.h > /dev/null > /dev/null; then PROTOCOLS="ldap ldaps" else PROTOCOLS="ldap" -- 2.11.4.GIT