Hi,
i have add in my ldap schema configuration the following line:
include /etc/openldap/schema/qmailuser.schema
But when i start ldap server i have the following error:
/etc/openldap/schema/qmailuser.schema: line 82: AttributeType
inappropriate matching rule: "caseIgnoreSubstringsMatch"
The attribute that have the error is the following :
attributetype ( 1.3.6.1.4.1.7914.1.2.1.11 NAME 'mailReplyText'
DESC 'A reply text for every incoming message'
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{4096} SINGLE-VALUE )
I use openldap2 2.2.6.
Any idea what should change in the schema to avoid the failed in startup?