]> git.sur5r.net Git - openldap/commitdiff
No code change, added a comment warning of a possible future difficulty.
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Tue, 23 Oct 2001 13:35:54 +0000 (13:35 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Tue, 23 Oct 2001 13:35:54 +0000 (13:35 +0000)
Apparently, we refuse to index ;binary attributes.  That is mostly
bogus.  Whether it is indexable or not depends on whether we know how
to or not, nothing more.  I.e., the existance of indexer and filter
functions for the matching rules that are relevant to the attribute
type.

servers/slapd/value.c

index 3d4e05acd6fd282894e80fd155c16081a67a6c0e..0508b3590dd5681d59e3d85daf6cfedcc7384493 100644 (file)
@@ -87,6 +87,7 @@ value_normalize(
        }
 
        /* we only support equality matching of binary attributes */
+       /* This is suspect, flexible certificate matching will hit this */
        if( slap_ad_is_binary( ad ) && usage != SLAP_MR_EQUALITY ) {
                *text = "inappropriate binary matching";
                return LDAP_INAPPROPRIATE_MATCHING;