I have the following entry in my schema,
attributeTypes: ( someOID NAME ( 'mailAddress' ) DESC 'mailAddress' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
This attribute is indexed, using information below.
dn: cn=mailAddress,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
objectClass:top
objectClass:nsIndex
cn:mailCurrentAddress
nsSystemIndex:false
nsIndexType:eq
objectClass:top
objectClass:nsIndex
cn:mailCurrentAddress
nsSystemIndex:false
nsIndexType:eq
In our sample db, we have mailAddress set to foo@xxxxxxx. When I run ldapsearch with mailAddress=foo@xxxxxxx, it returns 1 record. When I search with
mailAddres=Foo@xxxxxxx 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.
Thanks in advance.
-- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users