mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
leave existing controls in place if proxyAuthz is not required by idassert (ITS#4457)
This commit is contained in:
parent
e673b4d9ad
commit
bacd1f170f
1 changed files with 2 additions and 2 deletions
|
|
@ -1433,9 +1433,9 @@ ldap_back_proxy_authz_ctrl(
|
|||
{
|
||||
/* ndn is not authorized
|
||||
* to use idassert */
|
||||
return rc;
|
||||
rs->sr_err = rc;
|
||||
}
|
||||
return rs->sr_err;
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue