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

Case-sensitive extended matching rule names (ITS#3334)



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.