Full_Name: Matthew Backes Version: 2.4, head OS: URL: ftp://ftp.openldap.org/incoming/ Submission from: (NULL) (76.88.99.93)
Section 12.2.4. Attribute Type Specification contains a table of matching rules, and octetString syntax's rules have an additional "string" typo in them, contradicting both the RFC and the code as implemented.
Index: admin/aspell.en.pws =================================================================== RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/aspell.en.pws,v retrieving revision 1.26 diff -u -r1.26 aspell.en.pws --- admin/aspell.en.pws 19 Aug 2008 15:27:48 -0000 1.26 +++ admin/aspell.en.pws 26 Aug 2008 20:55:30 -0000 @@ -1383,7 +1383,7 @@ mandir RXER SSFs -octetStringOrderingStringMatch +octetStringOrderingMatch auditCompare pEntry strongAuthNotSupported @@ -1657,7 +1657,7 @@ baz params generalizedTimeOrderingMatch -octetStringSubstringsStringMatch +octetStringSubstringsMatch ber slimit ali Index: admin/schema.sdf =================================================================== RCS file: /repo/OpenLDAP/pkg/openldap-guide/admin/schema.sdf,v retrieving revision 1.51 diff -u -r1.51 schema.sdf --- admin/schema.sdf 25 Jul 2008 19:10:27 -0000 1.51 +++ admin/schema.sdf 26 Aug 2008 20:55:30 -0000 @@ -260,8 +260,8 @@ numericStringOrderingMatch ordering numerical numericStringSubstringsMatch substrings numerical octetStringMatch equality octet string -octetStringOrderingStringMatch ordering octet string -octetStringSubstringsStringMatch ordering octet string +octetStringOrderingMatch ordering octet string +octetStringSubstringsMatch ordering octet string objectIdentiferMatch equality object identifier !endblock