Do not try to run lloadd/test006 if sasl support unavailable

This commit is contained in:
Ondřej Kuzník 2021-02-04 18:06:52 +00:00
parent 08f07b2ac1
commit f44c037a9d

View File

@ -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