Moddn with mulit-valued RDN mangles the entry
---------------------------------------------
Key: DIRSERVER-1162
URL: https://issues.apache.org/jira/browse/DIRSERVER-1162
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.2
Reporter: Stefan Seelmann
Fix For: 1.5.3
Having the following entry:
-----------------------------------------------------
dn: cn=test,dc=example,dc=com
objectClass: person
objectClass: top
cn: test
sn: test
-----------------------------------------------------
Now I perform a moddn operation:
-----------------------------------------------------
dn: cn=test,dc=example,dc=com
changetype: moddn
newrdn: cn=test+sn=test
deleteoldrdn: 1
newsuperior: dc=example,dc=com
-----------------------------------------------------
The resulting entry is:
-----------------------------------------------------
dn: cn=test+sn=test,dc=example,dc=com
objectClass: person
objectClass: top
sn: test
-----------------------------------------------------
--> The cn attribute is missing!!!
I will add a test later.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.