mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#9179 Always use effective identity when proxying
This commit is contained in:
parent
0da38889e1
commit
20ec128916
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue