ITS#9179 Always use effective identity when proxying

This commit is contained in:
Ondřej Kuzník 2021-02-01 14:22:45 +00:00
parent 0da38889e1
commit 20ec128916

View file

@ -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;
}