mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
more pcache testing fixes import
This commit is contained in:
parent
c528708f87
commit
f74ffbcb74
2 changed files with 6 additions and 0 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue