Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Barchiesi
OpenLDAP
Commits
1ea12260
Commit
1ea12260
authored
Nov 23, 2020
by
Howard Chu
Browse files
ITS#9400 back-ldap: fix retry binds
Regression from fix for ITS#7403
parent
1aef660f
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/bind.c
View file @
1ea12260
...
...
@@ -2102,7 +2102,7 @@ ldap_back_is_proxy_authz( Operation *op, SlapReply *rs, ldap_back_send_t sendok,
}
if
(
!
(
li
->
li_idassert_flags
&
LDAP_BACK_AUTH_OVERRIDE
))
{
if
(
op
->
o_tag
==
LDAP_REQ_BIND
)
{
if
(
op
->
o_tag
==
LDAP_REQ_BIND
&&
(
sendok
&
LDAP_BACK_SENDOK
)
)
{
if
(
!
BER_BVISEMPTY
(
&
ndn
))
{
dobind
=
0
;
goto
done
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment