mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-30 02:19:26 -05:00
cannot happen...
This commit is contained in:
parent
6315ac9db6
commit
93abd4c616
1 changed files with 1 additions and 1 deletions
|
|
@ -1261,7 +1261,7 @@ ldap_back_proxy_authz_ctrl(
|
|||
rs->sr_text = "proxyAuthz not allowed within namingContext";
|
||||
}
|
||||
|
||||
if ( op->o_do_not_cache && op->o_is_auth_check ) {
|
||||
if ( op->o_is_auth_check ) {
|
||||
mode = LDAP_BACK_IDASSERT_NOASSERT;
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue