[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
qmail.schema
Does anyone know this?
I have a qmail schema which has:
attributetype ( 1.3.6.1.4.1.7914.1.2.1.1 NAME 'qmailUID'
DESC 'UID of the user on the mailsystem'
EQUALITY integerMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36
SINGLE-VALUE )
It worked fine with openldap 2.0.25, but with 2.1.16 slapd says:
AttributeType inappropriate matching rule: "integerMatch"
Refering to the qmail.schema, when I replace integerMatch with numericStringMatch in qmail.schema, it stops complaining, but complains about the next one:
attributetype ( 1.3.6.1.4.1.7914.1.2.1.3 NAME 'mailMessageStore'
DESC 'Path to the maildir/mbox on the mail system'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
you guessed.. /etc/openldap/schema/qmail.schema: line 36: AttributeType inappropriate matching rule: "caseExactIA5Match"
Why is that, adn should I just change the qmail.schema?
Cheers,
Jeroen.