Howard Chu wrote:
There's no bug here, and the schema parser isn't causing your problem. As documented in slapd.conf(5), directives must form a single logical line. Lines that are split must be continued by a leading space character.
Assuming this is not a bug, this is still really painfull... It would be much better to consider that the AttributeType, being parenthesed, can be scanned without taking into account the leading white space, until the closing ')'.
That being said, as soon as I have fixed the schema file, I'm not suffering anymore. I was just thinking about the poor other users ;)
Thanks Howard !