Creation of an entry like cn=test1+cn=test2, ou=system should not be allowed
----------------------------------------------------------------------------
Key: DIRSERVER-1696
URL: https://issues.apache.org/jira/browse/DIRSERVER-1696
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 2.0.0-M5
Reporter: Emmanuel Lecharny
Priority: Minor
Fix For: 2.0.0-M6
Currently, we can create an entry like :
dn: cn=test1+cn=test2,ou=system
objectClass: person
cn: test1
cn: test2
sn: Test
This is not allowed by X501, as explained in par 9.3 :
"The set that forms an RDN contains exactly one
AttributeTypeAndDistinguishedValue for each attribute which contains
distinguished values in the entry; that is, a given attribute type cannot
appear twice in the same RDN."
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira