Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 99185 invoked from network); 7 Aug 2006 22:53:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 22:53:57 -0000 Received: (qmail 98324 invoked by uid 500); 7 Aug 2006 22:53:56 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 98283 invoked by uid 500); 7 Aug 2006 22:53:56 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 98272 invoked by uid 99); 7 Aug 2006 22:53:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 15:53:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Aug 2006 15:53:56 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B74DF41000C for ; Mon, 7 Aug 2006 22:51:14 +0000 (GMT) Message-ID: <16846023.1154991074748.JavaMail.jira@brutus> Date: Mon, 7 Aug 2006 15:51:14 -0700 (PDT) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Closed: (DIRSERVER-697) valid ModifyDN operations fail with resultcode 32 In-Reply-To: <24688750.1154858833962.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIRSERVER-697?page=all ] Alex Karasulu closed DIRSERVER-697. ----------------------------------- Fix Version/s: 1.1.0 1.0-RC4 Resolution: Fixed Fixed on commit revision 429503 for 1.0 branch and 429504 on 1.1 trunks. > valid ModifyDN operations fail with resultcode 32 > ------------------------------------------------- > > Key: DIRSERVER-697 > URL: http://issues.apache.org/jira/browse/DIRSERVER-697 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.0-RC4 > Environment: * ApacheDS 1.0 RC4 SNAPSHOT > * Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) > * Windows XP Professional SP2 > Reporter: Stefan Zoerner > Assigned To: Alex Karasulu > Fix For: 1.1.0, 1.0-RC4 > > > The current 1.0 branch contains an error which causes valid modifyDN operations to fail with result code 32 (NO_SUCH_OBJECT). Here is an example: > I use the server.xml unchanged and add an entry (tori.ldif) like this: > dn: cn=Myra Ellen Amos,dc=example,dc=com > objectclass: top > objectclass: person > sn: Amos > cn: Myra Ellen Amos > via a > $ ldapmodify -D "uid=admin,ou=system" -w secret -a -f tori.ldif > adding new entry cn=Myra Ellen Amos,dc=example,dc=com > afterwards I try to change it, via modifyTori.ldif: > dn: cn=Myra Ellen Amos,dc=example,dc=com > changetype: modrdn > newrdn: cn=Tori Amos > deleteoldrdn: 1 > applied: > $ ldapmodify -D "uid=admin,ou=system" -w secret -f modifyTori.ldif > modifying RDN of entry cn=Myra Ellen Amos,dc=example,dc=com > ldap_rename: No such object > ldap_rename: additional info: failed to modify DN of entry cn=Myra Ellen Amos,dc=example,dc=com > $ > Appropriate test cases are in the org.apache.directory.server.ModifyRdnTest of the server-unit project, some of them currently (snapshot from August 4) fails (which is good). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira