in a check. This way you have to say:
index userCertificate eq
If we remove it, we could say:
index userCertificate;binary eq
I have not tried the latter.
AttributeType *at;
slap_mask_t mask = 0;
- /* we do not support indexing of binary attributes */
- if( slap_ad_is_binary( desc ) ) return 0;
-
bdb_attr_mask( be->be_private, desc->ad_cname.bv_val, &mask );
if( mask ) {
char *dbname = NULL;
slap_mask_t mask;
- if( slap_ad_is_binary( desc ) ) {
- /* binary attributes have no index capabilities */
- return LDAP_SUCCESS;
- }
-
rc = index_at_values( be, txn,
desc->ad_type, &desc->ad_lang,
vals, id, op,
AttributeType *at;
slap_mask_t mask = 0;
- /* we do not support indexing of binary attributes */
- if( slap_ad_is_binary( desc ) ) return 0;
-
attr_mask( be->be_private, desc->ad_cname.bv_val, &mask );
if( mask ) {
char *dbname = NULL;
slap_mask_t mask;
- if( slap_ad_is_binary( desc ) ) {
- /* binary attributes have no index capabilities */
- return LDAP_SUCCESS;
- }
-
(void) index_at_values( be,
desc->ad_type, &desc->ad_lang,
vals, id, op,