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

Re: Migration from 2.0.x -> 2.2.x, schema change



* Michael Str?der <michael@stroeder.com>:

> > Using the max.schema below gives me:
> > /etc/ldap/schema/max.schema: line 11: AttributeType inappropriate matching rule: "caseExactMatch"
> > [..]
> > attributetype  ( 1.3.6.1.4.1.192.6.1.3.2.4 NAME 'maxMailboxServer'
> >       EQUALITY caseExactMatch
> >       SUBSTR caseExactIA5Match
> >       SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )
> > [..]
> > Line 11 is "SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' )" in the
> > maxMailboxServer attribute definition. What do I need to change in
> > order to make slad accept this schema?
> 
> You have to write EQUALITY caseExactIA5Match.

Tried that ( s/EQUALITY caseExactMatch/EQUALITY caseExactIA5Match/g )
and git:

# /etc/init.d/slapd restart
Stopping OpenLDAP: slapd.
Starting OpenLDAP: running BDB recovery, slapd - failed: 
/etc/ldap/schema/max.schema: line 11: AttributeType inappropriate matching rule: "caseExactIA5Match"