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

Why doesn't caseIgnoreIA5OrderingMatch work?



Hi, I got this in a schema I'm using:

attributetype ( 1.3.6.1.4.1.6994.2.1.14
  NAME 'MidgardScore'
  DESC 'Score of a Midgard topic, article or attachment'
  EQUALITY caseIgnoreIA5Match
  ORDERING caseIgnoreIA5OrderingMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} )
  SINGLE-VALUE )

When I restart Openldap, it complains to me like this:
/opt/symas/etc/openldap/schema/midgard.schema: line 85: MatchingRule not
found: "caseIgnoreIA5OrderingMatch"


Isn't this caseIgnoreIA5OrderingMatch implemented or have I
misunderstood something?

Tarjei