LDIF parser should allow attribute names with underscore ("_")
--------------------------------------------------------------
Key: DIRSTUDIO-722
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-722
Project: Directory Studio
Issue Type: Improvement
Components: studio-ldifeditor
Affects Versions: 1.5.3
Reporter: Stefan Seelmann
Assignee: Stefan Seelmann
Fix For: 2.0.0
LDIF editor and import don't allow attribute names with an underscore, for
example:
dn: ou=test,dc=example,dc=com
objectClass: organizationalUnit
objectClass: top
ou: test
attribute_with_underscore: abc
The underscore is not allowed wrt RFC 4512. However many directory server
implementations (DirX, OID, and various virtual directory servers like SAP VDS)
allow underscores. It is not possible to edit or re-import exported LDIFs from
those servers. See also DIRSTUDIO-378 where the underscore wasn't allowed for
returning attributes in the search dialog.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.