[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: LDAP schema propagation to the backend



At 02:14 AM 1/29/00 +0300, Mitya Kovalev wrote:
>Currently I avoid messing with syntax and matching rules by converting filter to
>most relaxed corresponding SQL (that is, CIS matching) to get "candidates", then
>testing them against full filter with test_filter()...

But watch out... CIS may not behave exactly like caseIgnoreMatch.
caseIgnoreMatch does more than just case ignoring (it also ignores
"extra" spaces).  To be able to use the SQL matching, it must
be more relaxed than the LDAP matching rule.