12-13-07 12:11 AM
[ https://issues.apache.org/jira/brow...age=3Dcom.atla=
ssian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stefan Seelmann closed DIRSERVER-1096.
--------------------------------------
Resolution: Fixed
Fix Version/s: bigbang
This bug doesn't occur in the bigbang branch. Uncommented and corrected tes=
t: http://svn.apache.org/viewvc?rev=3D603766&view=3Drev
> 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
> Fix For: bigbang
>
>
> 1.) Having the following entry:
> ------------------------------------------------------------------
> dn: cn=3Dtest,dc=3Dexample,dc=3Dcom
> objectClass: person
> objectClass: top
> sn: test
> cn: test
> ------------------------------------------------------------------
> 2.) Perform a modrdn operation using ldapmodify, the new RDN is "cn=3D=C3=
=84\+":
> ------------------------------------------------------------------
> dn: cn=3Dtest,dc=3Dexample,dc=3Dcom
> changetype: moddn
> newrdn:: Y249w4RcKw=3D=3D
> deleteoldrdn: 1
> newsuperior: dc=3Dexample,dc=3Dcom
> ------------------------------------------------------------------
> 3.) A ldapsearch gives the following result:
> ------------------------------------------------------------------
> dn: cn=3D\C3\84\+,dc=3Dexample,dc=3Dcom
> sn: test
> objectClass: person
> objectClass: top
> cn: \C3\84\+
> ------------------------------------------------------------------
> The encoding of the RDN "cn=3D\C3\84\+" is correct.
> However the attribute "cn: \C3\84\+" should not be encoded this way.
--=20
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
[ Post a follow-up to this message ]
|