caseExactMatch matching rule
Anyone have any experience using the caseExactMatch matching rule (2.5.13.5)?
I have an attribute i need to use this on. I applied matching rule to the index for the attribute. The case sensitivity works when I perform the search, however in the RESULT entry of the access log for the search it indicates notes=u, though there is nothing in the error log specifying an unindexed search.
Any thoughts?
[420 byte] By [
mdpiot] at [2007-11-26 11:29:23]

# 1
Make sure you have locale oid specified using nsmatchingrule attribute in index definition.
notes=U may also get logged in access log some times when the index hitting allidthreshold value, default is 4000. It means for example if you have sn value of "Smith" more than 4000 times then your search will be unindexed and hence notes=u may be logged. You need to post your complete access log entry here for this search to conform the above.
Thanks
Krishna Kusupudi
# 2
Krishna,
I will check the locale oid. I am not hitting the allidthreshhold, nentries=1 in the access log. This search works fine before I apply the caseExactMatch matchingrule, except returns the entries in either case, for example
Mike
mike
MIKE
I will post the full access log snippet when I get access later.
Thanks,
Mike