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

caseIgnoreIA5OrderingMatch not supported (ITS#3018)



Full_Name: Peter van Loon
Version: OpenLDAP-2.1.25
OS: Cygwin on Win2k
URL: http://www.openldap.org/lists/openldap-software/200308/msg00633.html
Submission from: (NULL) (194.237.142.5)


OpenLDAP-2.1.25 doesn't seem to support "caseIgnoreIA5OrderingMatch".

When I use this shema:

attributetype ( 1.3.6.1.4.1.193.106.121.2.1 NAME 'inaServiceName'
    EQUALITY caseIgnoreIA5Match
    SUBSTR  caseIgnoreIA5SubstringsMatch
    ORDERING caseIgnoreIA5OrderingMatch
    SYNTAX  1.3.6.1.4.1.1466.115.121.1.26
    SINGLE-VALUE ) 

I get:

$ /usr/local/etc/openldap/schema/inaTEST.schema: line 12: MatchingRule not
found: "caseIgnoreIA5OrderingMatch"

when I try to start OpenLDAP with:

/usr/local/libexec/slapd -d0 &

See also: http://www.openldap.org/lists/openldap-software/200212/msg00182.html
and
http://www.openldap.org/lists/openldap-software/200308/msg00633.html