mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Do not try to run lloadd/test006 if sasl support unavailable
This commit is contained in:
parent
08f07b2ac1
commit
f44c037a9d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue