From: Quanah Gibson-Mount Date: Tue, 1 Feb 2011 02:43:40 +0000 (+0000) Subject: give the caller a chance to use undefined filters (more about ITS#6814) X-Git-Tag: OPENLDAP_REL_ENG_2_4_24~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0138927217f6df74d402adc9be896eca96e5f186;p=openldap give the caller a chance to use undefined filters (more about ITS#6814) --- diff --git a/servers/slapd/overlays/rwmmap.c b/servers/slapd/overlays/rwmmap.c index 08b64d3022..aeabdc09d1 100644 --- a/servers/slapd/overlays/rwmmap.c +++ b/servers/slapd/overlays/rwmmap.c @@ -515,9 +515,12 @@ rwm_int_filter_map_rewrite( return LDAP_OTHER; } +#if 0 + /* ITS#6814: give the caller a chance to use undefined filters */ if ( f->f_choice & SLAPD_FILTER_UNDEFINED ) { goto computed; } +#endif switch ( f->f_choice & SLAPD_FILTER_MASK ) { case LDAP_FILTER_EQUALITY: