[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Case-sensitive extended matching rule names (ITS#3334)
At 02:41 PM 9/17/2004, h.b.furuseth@usit.uio.no wrote:
>Full_Name: Hallvard B Furuseth
>Version: 2.2.15
>OS: Linux
>URL:
>Submission from: (NULL) (129.240.186.42)
>Submitted by: hallvard
>
>
>OpenLDAP's extended matching rule names are case-sensitive:
>
>(:caseIgnoreMatch:=foo) works, (:caseignorematch:=foo) finds nothing.
>(:2.5.13.2:=foo) also works.
>(:dn:caseIgnoreMatch:=foo) works,
>(:DN:caseIgnoreMatch:=foo) says 'ldap_search_ext: Bad search filter (-7)'.
>(uid:dn:=foo) works, (uid:DN:=foo) finds nothing.
There were two separate bugs.
dnattrs case sensitivity (libldap)
matching rule descriptor sensitivity (slapd)
I've committed to HEAD fixes for both. Please test.
Thanks, Kurt