mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Do not try to run lloadd/test006 if sasl support unavailable
This commit is contained in:
parent
08f07b2ac1
commit
f44c037a9d
@ -28,7 +28,8 @@ if test $WITH_SASL = "yes" ; then
|
||||
fi
|
||||
echo "Using SASL authc[/authz] with mech=$MECH; unset SLAPD_USE_SASL to disable"
|
||||
else
|
||||
echo "SASL not available; using proxyAuthz with simple authc..."
|
||||
echo "SASL support not available, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1 $DBDIR2
|
||||
|
Loading…
Reference in New Issue
Block a user