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/04/16 15:45:21 UTC

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

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.


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

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann resolved DIRSERVER-1162.
----------------------------------------

    Resolution: Fixed

Fixed in trunk and bigbang:
  http://svn.apache.org/viewvc?rev=667763&view=rev
  http://svn.apache.org/viewvc?rev=667762&view=rev


> 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.


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

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann closed DIRSERVER-1162.
--------------------------------------


> 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.


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

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann reassigned DIRSERVER-1162:
------------------------------------------

    Assignee: Stefan Seelmann

> 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.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.


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

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Attachment: ModifyRdnTest.diff

Attached test.

> 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
>
>         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.