]> git.sur5r.net Git - openldap/commitdiff
give the caller a chance to use undefined filters (more about ITS#6814)
authorPierangelo Masarati <ando@openldap.org>
Mon, 31 Jan 2011 21:53:56 +0000 (21:53 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 31 Jan 2011 21:53:56 +0000 (21:53 +0000)
servers/slapd/overlays/rwmmap.c

index e78684104519e9e55f7095cdd57d741c40a3ad7c..19feed10dfa4f7b2104feea16ddec99a6dd3e005 100644 (file)
@@ -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: