Modrdn operation with encoded newrdn creates wrong RDN attribute
----------------------------------------------------------------

                 Key: DIRSERVER-1096
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1096
             Project: Directory ApacheDS
          Issue Type: Bug
    Affects Versions: bigbang
            Reporter: Stefan Seelmann


1.) Having the following entry:
------------------------------------------------------------------
dn: cn=test,dc=example,dc=com
objectClass: person
objectClass: top
sn: test
cn: test
------------------------------------------------------------------

2.) Perform a modrdn operation using ldapmodify, the new RDN is "cn=Ä\+":
------------------------------------------------------------------
dn: cn=test,dc=example,dc=com
changetype: moddn
newrdn:: Y249w4RcKw==
deleteoldrdn: 1
newsuperior: dc=example,dc=com
------------------------------------------------------------------

3.) A ldapsearch gives the following result:
------------------------------------------------------------------
dn: cn=\C3\84\+,dc=example,dc=com
sn: test
objectClass: person
objectClass: top
cn: \C3\84\+
------------------------------------------------------------------
The encoding of the RDN "cn=\C3\84\+" is correct.
However the attribute "cn: \C3\84\+" should not be encoded this way.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to