From api-return-163-apmail-directory-api-archive=directory.apache.org@directory.apache.org Sat Jun 12 10:02:16 2010 Return-Path: Delivered-To: apmail-directory-api-archive@minotaur.apache.org Received: (qmail 67427 invoked from network); 12 Jun 2010 10:02:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jun 2010 10:02:16 -0000 Received: (qmail 62623 invoked by uid 500); 12 Jun 2010 10:02:16 -0000 Delivered-To: apmail-directory-api-archive@directory.apache.org Received: (qmail 62591 invoked by uid 500); 12 Jun 2010 10:02:15 -0000 Mailing-List: contact api-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: api@directory.apache.org Delivered-To: mailing list api@directory.apache.org Received: (qmail 62574 invoked by uid 99); 12 Jun 2010 10:02:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 10:02:14 +0000 X-ASF-Spam-Status: No, hits=-1997.8 required=10.0 tests=ALL_TRUSTED,HTML_MESSAGE,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 12 Jun 2010 10:02:12 +0000 Received: (qmail 67351 invoked by uid 99); 12 Jun 2010 10:01:51 -0000 Received: from localhost.apache.org (HELO mail-fx0-f50.google.com) (127.0.0.1) (smtp-auth username elecharny, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 10:01:51 +0000 Received: by fxm1 with SMTP id 1so1718050fxm.37 for ; Sat, 12 Jun 2010 03:01:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.98.19 with SMTP id o19mr2927233fan.80.1276336908864; Sat, 12 Jun 2010 03:01:48 -0700 (PDT) Reply-To: elecharny@apache.org Received: by 10.223.119.67 with HTTP; Sat, 12 Jun 2010 03:01:48 -0700 (PDT) Date: Sat, 12 Jun 2010 12:01:48 +0200 Message-ID: Subject: Missing moveAndRename method inLdap Connection From: Emmanuel Lecharny To: api@directory.apache.org Content-Type: multipart/alternative; boundary=0015174ff094110fc30488d2588a X-Virus-Checked: Checked by ClamAV on apache.org --0015174ff094110fc30488d2588a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi guys, the modifyDN operation has been splitted in 3 basic operations in the LdapConnection class : - move (the RDN is modified) - rename (the superior DN is modified) - modifyDn : any of the two previous operation plus a third one, move and rename This is not very convenient, as the third operation is mainly used when one want to use a ModifyDnRequest object, it was not designed from day one to cover the 'move and rename' operation. I will add a moveAndRename operation to have a complete set of methods covering the ModDN semantic. --=20 Regards, Cordialement, Emmanuel L=E9charny www.iktek.com --0015174ff094110fc30488d2588a--