]> git.sur5r.net Git - openldap/commitdiff
give the caller a chance to use undefined filters (more about ITS#6814)
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 1 Feb 2011 02:43:40 +0000 (02:43 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 1 Feb 2011 02:43:40 +0000 (02:43 +0000)
servers/slapd/overlays/rwmmap.c

index 08b64d3022000ebf03066f21ff8d375c134f3a5b..aeabdc09d1c033d38640c9e1030f00223be3f08b 100644 (file)
@@ -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: