Merge schema grammars and relax schema parser
---------------------------------------------
Key: DIRSHARED-8
URL: https://issues.apache.org/jira/browse/DIRSHARED-8
Project: Directory Shared
Issue Type: Improvement
Affects Versions: 0.9.11
Reporter: Stefan Seelmann
Assignee: Stefan Seelmann
Fix For: 0.9.11
Merge openldap.g into schema.g.
Relax the grammar of schema.g:
- allow tabs instead of spaces,
- allow more than one space
- allow missing spaces before or after '(' and ')'
- allow unordered parameters.
- case insentivitity for keywords like attributetype, NAME, DESC, MAY, MUST, ...
- allowing a name for syntax descriptions
- allow alphanumeric values for the numeric oid of an schema entity
- allow quoted oids, e.g. for MUST, MAY, etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.