Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.0.0-M8
-
None
Description
The parsers for OpenLDAP code (RFC 4512) for SchemaObjects does not support having an escaped string using "\'".
Same thing for the generators which does not automatically escape a string containing a ' (quote) character when it's used in the description.
Furthermore, there seem to be 2 different classes generating OpenLDAP code:
- /shared-ldap-model/src/main/java/org/apache/directory/shared/ldap/model/schema/DescriptionUtils.java
- /shared-ldap-model/src/main/java/org/apache/directory/shared/ldap/model/schema/SchemaUtils.java
We should verify if a single one couldn't be used instead.
Attachments
Issue Links
- is depended upon by
-
DIRSTUDIO-719 Add escaping for description of schema elements in OpenLDAP format
- Open