Skip to content
Snippets Groups Projects
Commit 14da72a9 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

don't try to decide if uppercase based on LDAP matching rules

parent 15da03a5
No related branches found
No related tags found
No related merge requests found
......@@ -476,8 +476,11 @@ backsql_process_filter( backsql_srch_info *bsi, Filter *f )
matching_rule = f->f_mr_rule;
equality_match:;
#if 0 /* always uppercase strings by now */
if ( SLAP_MR_ASSOCIATED( matching_rule,
bi->bi_caseIgnoreMatch ) ) {
bi->bi_caseIgnoreMatch ) )
#endif
{
casefold = 1;
}
......
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