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
James Lowden
OpenLDAP
Commits
d8e50d13
Commit
d8e50d13
authored
Nov 24, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Dec 02, 2020
Browse files
ITS
#9400
back-ldap: fix prev commit
parent
0dd812ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/bind.c
View file @
d8e50d13
...
@@ -2120,7 +2120,7 @@ ldap_back_is_proxy_authz( Operation *op, SlapReply *rs, ldap_back_send_t sendok,
...
@@ -2120,7 +2120,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
(
!
(
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
))
{
if
(
!
BER_BVISEMPTY
(
&
ndn
))
{
dobind
=
0
;
dobind
=
0
;
goto
done
;
goto
done
;
...
...
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