mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
leave existing controls in place if proxyAuthz is not required by idassert (ITS#4457)
This commit is contained in:
parent
e673b4d9ad
commit
bacd1f170f
@ -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 New Issue
Block a user