Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
92cdecc6
Commit
92cdecc6
authored
20 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
improve message
parent
f34b1176
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/scripts/test028-idassert
+7
-5
7 additions, 5 deletions
tests/scripts/test028-idassert
with
7 additions
and
5 deletions
tests/scripts/test028-idassert
+
7
−
5
View file @
92cdecc6
...
...
@@ -16,6 +16,12 @@
echo
"running defines.sh"
.
$SRCDIR
/scripts/defines.sh
echo
"### This test needs the ldap backend."
echo
"### If available, and explicitly requested, it can use SASL bind;"
echo
"### note that SASL must be properly set up, and the requested"
echo
"### mechanism must be available. Define SLAPD_USE_SASL={yes|<mech>},"
echo
"### wth
\"
yes
\"
defaulting to DIGEST-MD5 to enable SASL authc[/authz]."
if
test
$BACKLDAP
=
"ldapno"
;
then
echo
"LDAP backend not available, test skipped"
exit
0
...
...
@@ -28,13 +34,9 @@ if test $WITH_SASL = "yes" ; then
else
MECH
=
"
$USE_SASL
"
fi
echo
"Using SASL authc/authz with mech=
$MECH
; unset SLAPD_USE_SASL to disable"
echo
"Using SASL authc
[
/authz
]
with mech=
$MECH
; unset SLAPD_USE_SASL to disable"
else
echo
"Using proxyAuthz with simple authc..."
echo
" set SLAPD_USE_SASL={yes|<mech>} to enable SASL authc/authz"
echo
" if SLAPD_USE_SASL=
\"
yes
\"
, <mech> defaults to DIGEST-MD5"
echo
" FIXME: should be mandatory, right?"
echo
" FIXME: authz with CRAM-MD5 does not work..."
fi
else
echo
"SASL not available; using proxyAuthz with simple authc..."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment