Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
f44c037a
Commit
f44c037a
authored
Feb 04, 2021
by
Ondřej Kuzník
Browse files
Do not try to run lloadd/test006 if sasl support unavailable
parent
08f07b2a
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/scripts/lloadd/test006-sasl
View file @
f44c037a
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment