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
HAMANO Tsukasa
OpenLDAP
Commits
20ec1289
Commit
20ec1289
authored
Feb 01, 2021
by
Ondřej Kuzník
Browse files
ITS#9179 Always use effective identity when proxying
parent
0da38889
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/bind.c
View file @
20ec1289
...
...
@@ -2548,10 +2548,6 @@ ldap_back_proxy_authz_ctrl(
if
(
op
->
o_tag
==
LDAP_REQ_BIND
)
{
ndn
=
op
->
o_req_ndn
;
}
else
if
(
!
BER_BVISNULL
(
&
op
->
o_conn
->
c_ndn
)
)
{
ndn
=
op
->
o_conn
->
c_ndn
;
}
else
{
ndn
=
op
->
o_ndn
;
}
...
...
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