mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
GLUE is not an overlay
This commit is contained in:
parent
f8ec98588b
commit
a6af143798
@ -27,11 +27,6 @@ if test $BACKLDAP = "ldapno" ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test $GLUE = "glueno" ; then
|
||||
echo "glue overlay not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test $WITH_SASL = "yes" ; then
|
||||
if test $USE_SASL != "no" ; then
|
||||
if test $USE_SASL = "yes" ; then
|
||||
|
@ -15,11 +15,6 @@
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
||||
if test $GLUE = glueno; then
|
||||
echo "Backend glue overlay not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1A $DBDIR1B $DBDIR1C
|
||||
|
||||
echo "Running slapadd to build glued slapd databases..."
|
||||
|
@ -23,11 +23,6 @@ if test $BACKLDAP = ldapno ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test $GLUE = "glueno" ; then
|
||||
echo "glue overlay not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if test $RWM = rwmno ; then
|
||||
echo "rwm (rewrite/remap) overlay not available, test skipped"
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user