From 67a9ef8c334cc6be37624f897ebe97e146e76ed7 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 31 Jan 2011 21:53:56 +0000 Subject: [PATCH] give the caller a chance to use undefined filters (more about ITS#6814) --- servers/slapd/overlays/rwmmap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/servers/slapd/overlays/rwmmap.c b/servers/slapd/overlays/rwmmap.c index e786841045..19feed10df 100644 --- a/servers/slapd/overlays/rwmmap.c +++ b/servers/slapd/overlays/rwmmap.c @@ -541,9 +541,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: -- 2.39.5