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
12523b0f
Commit
12523b0f
authored
Nov 24, 2020
by
Howard Chu
Browse files
ITS#9400 back-ldap: fix prev commit
parent
dbe69684
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/bind.c
View file @
12523b0f
...
...
@@ -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
&&
(
sendok
&
LDAP_BACK_SEND
OK
))
{
if
(
op
->
o_tag
==
LDAP_REQ_BIND
&&
(
sendok
&
LDAP_BACK_SEND
ERR
))
{
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