more pcache testing fixes import

This commit is contained in:
Pierangelo Masarati 2005-08-13 12:17:12 +00:00
parent c528708f87
commit f74ffbcb74
2 changed files with 6 additions and 0 deletions

View file

@ -14,6 +14,7 @@
## <http://www.OpenLDAP.org/license.html>.
MONITORDB=${AC_MONITOR-no}
BACKLDAP=${AC_ldap-ldapno}
PROXYCACHE=${AC_pcache-pcacheno}
WITHTLS=${AC_WITHTLS-yes}

View file

@ -23,6 +23,11 @@ if test $PROXYCACHE = pcacheno; then
exit 0
fi
if test $BACKLDAP = "ldapno" ; then
echo "LDAP backend not available, test skipped"
exit 0
fi
if test "x$LVL" = "x0" ; then
echo "test020 needs a minimal log level; setting to LDAP_DEBUG_NONE..."
LVL=2048