[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slapd aborts on assertion in openldap 2.0.18 and 19
At 12:06 AM 2001-12-28, Lars Teunissen wrote:
>attributetype ( 5.5.5.5.8
> NAME 'ozsBirthday'
> DESC 'OZS Geboortedatum'
> EQUALITY caseIgnoreMatch
> SUBSTR caseIgnoreSubstringsMatch
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.26)
Your schema uses matching rules and syntaxes in unexpected
combination. caseIgnoreMatch/caseIgnoreSubstringsMatch
are designed to work with directoryString syntax, not
IA5 string syntax.
Kurt