From: Pierangelo Masarati Date: Wed, 9 Nov 2005 12:58:57 +0000 (+0000) Subject: cannot happen... X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~55 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=93abd4c616711ee789727f261b96d313b79dff27;p=openldap cannot happen... --- diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 668143f682..5c0ed2f69e 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -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 {