mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix idassert "override"
This commit is contained in:
parent
8f995a43c8
commit
3b5d411af2
1 changed files with 4 additions and 1 deletions
|
|
@ -1227,7 +1227,10 @@ ldap_back_proxy_authz_bind( ldapconn_t *lc, Operation *op, SlapReply *rs, ldap_b
|
|||
goto done;
|
||||
}
|
||||
|
||||
if ( !BER_BVISNULL( &op->o_conn->c_ndn ) ) {
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue