]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Do not try to run lloadd/test006 if sasl support unavailable
authorOndřej Kuzník <ondra@mistotebe.net>
Thu, 4 Feb 2021 18:06:52 +0000 (18:06 +0000)
committerOndřej Kuzník <ondra@mistotebe.net>
Thu, 4 Feb 2021 18:06:52 +0000 (18:06 +0000)
tests/scripts/lloadd/test006-sasl

index afe09b45693a4f42e4975b7d6695e4c56544b1a6..ee0d43a6c22e50010b7197090a6ce0f8a6605b6d 100755 (executable)
@@ -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