You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2008/06/14 09:35:45 UTC

[jira] Updated: (DIRSERVER-1162) Moddn with mulit-valued RDN mangles the entry

     [ https://issues.apache.org/jira/browse/DIRSERVER-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann updated DIRSERVER-1162:
---------------------------------------

    Fix Version/s: 1.5.4

> 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
>            Assignee: Stefan Seelmann
>             Fix For: 1.5.4, 1.5.3
>
>         Attachments: ModifyRdnTest.diff
>
>
> 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.