Skip to content
Snippets Groups Projects
Commit 9752cea9 authored by Julio Sánchez Fernández's avatar Julio Sánchez Fernández
Browse files

No code change, added a comment warning of a possible future difficulty.

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.
parent bf5ea315
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment