<div>I have the following entry in my schema,</div>
<div> </div>
<div>attributeTypes: ( someOID NAME ( 'mailAddress' ) DESC 'mailAddress' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )<br> </div>
<div>This attribute is indexed, using information below. </div>
<div> </div>
<div>dn: cn=mailAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config<br>objectClass:top<br>objectClass:nsIndex<br>cn:mailCurrentAddress<br>nsSystemIndex:false<br>nsIndexType:eq</div>
<div> </div>
<div> </div>
<div>In our sample db, we have mailAddress set to <a href="mailto:foo@bar.com">foo@bar.com</a>. When I run ldapsearch with <a href="mailto:mailAddress=foo@bar.com">mailAddress=foo@bar.com</a>, it returns 1 record. When I search with 
<a href="mailto:mailAddres=Foo@bar.com">mailAddres=Foo@bar.com</a> I get 0 entries back. What do I need to change for FDS to perform a case-insensitive search?  I tried changing my attribute type to directory string and equalit to caseIgnoreMatch and got the same results. 
</div>
<div> </div>
<div>Thanks in advance. <br> </div>
<div> </div>