RFC Errata
RFC 4512, "Lightweight Directory Access Protocol (LDAP): Directory Information Models", June 2006
Source of RFC: ldapbis (app)
Errata ID: 7896
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Jesse Coretta
Date Reported: 2024-04-17
Section 4.1.7.1 says:
DITStructureRuleDescription = LPAREN WSP ruleid ; rule identifier [ SP "NAME" SP qdescrs ] ; short names (descriptors) [ SP "DESC" SP qdstring ] ; description [ SP "OBSOLETE" ] ; not active SP "FORM" SP oid ; NameForm [ SP "SUP" ruleids ] ; superior rules extensions WSP RPAREN ; extensions
It should say:
DITStructureRuleDescription = LPAREN WSP ruleid ; rule identifier [ SP "NAME" SP qdescrs ] ; short names (descriptors) [ SP "DESC" SP qdstring ] ; description [ SP "OBSOLETE" ] ; not active SP "FORM" SP oid ; NameForm [ SP "SUP" SP ruleids ] ; superior rules extensions WSP RPAREN ; extensions
Notes:
The SP token between "SUP" and "ruleids" is missing. The SP token is not optional, unlike WSP.