You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Martin Alderson (JIRA)" <ji...@apache.org> on 2007/08/13 01:51:43 UTC

[jira] Resolved: (DIRSERVER-1013) Extra RDN attribute created

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

Martin Alderson resolved DIRSERVER-1013.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.1
         Assignee: Martin Alderson

org.apache.directory.mitosis.operation.AddEntryOperation#execute0 was attempting to remove the normalized RDN attribute (which would not be present under normal operation) then re-add it.  There doesn't seem to be a reason for doing this now so I have removed it.

> Extra RDN attribute created
> ---------------------------
>
>                 Key: DIRSERVER-1013
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1013
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: mitosis
>    Affects Versions: 1.5.0
>            Reporter: Martin Alderson
>            Assignee: Martin Alderson
>            Priority: Minor
>             Fix For: 1.5.1
>
>
> When mitosis is enabled and an entry is added the OID of the RDN attribute is added as an extra attribute.  As an example, if an entry ou=test,ou=system is added then it will have attributes ou=test and 2.5.4.11=test.

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