From dev-return-36014-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue Dec 07 15:32:48 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 15236 invoked from network); 7 Dec 2010 15:32:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Dec 2010 15:32:48 -0000 Received: (qmail 38519 invoked by uid 500); 7 Dec 2010 15:32:48 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 38392 invoked by uid 500); 7 Dec 2010 15:32:48 -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 37904 invoked by uid 99); 7 Dec 2010 15:32:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 15:32:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ayyagarikiran@gmail.com designates 74.125.82.178 as permitted sender) Received: from [74.125.82.178] (HELO mail-wy0-f178.google.com) (74.125.82.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 15:32:39 +0000 Received: by wyb42 with SMTP id 42so24369wyb.37 for ; Tue, 07 Dec 2010 07:32:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=MPGf1zlFObfyQw98MWUnX2qKGOrix1jkFqi/4eMxVLA=; b=EHpDedJG3BKrex1533mQ5Do13/QgvfQ1GzCdonCPzEzaqsncLK9+WAP1lb+hb95i4A kPJC87KwKtdq7cau7YPlvKOWGZ0hD8Jz3KJhhIzXf4iiNigiN+k0a62DiI8IwPbo0lbl Sb5tn+mhRnXujrQEefmYBUjFB2rB0OQ2gt9j8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=HHe9mMLhg18hoC7+gcE3+8c2LUNNFhmIaLUHvSUk8pmV9uwJXLIJTPa+yxWyScGXcl QgCSci/pZ8blgyzwEcN3j6BEyPN88MKoKw0Dnmk7c/GlHd39ACVQMuRfmGmp1OsSwVgR SvDYSyx6k24ngkyyLbLpQM9AFqoWXO/Ra/z80= MIME-Version: 1.0 Received: by 10.216.7.205 with SMTP id 55mr463080wep.96.1291735939575; Tue, 07 Dec 2010 07:32:19 -0800 (PST) Sender: ayyagarikiran@gmail.com Received: by 10.216.180.140 with HTTP; Tue, 7 Dec 2010 07:32:19 -0800 (PST) In-Reply-To: <4CFE5270.6020002@gmail.com> References: <4CFE4790.5070905@gmail.com> <4CFE5270.6020002@gmail.com> Date: Tue, 7 Dec 2010 17:32:19 +0200 X-Google-Sender-Auth: GEI7nT1dg3hNmNCmw8WmQpdCC6U Message-ID: Subject: Re: About the ChangePassword server implementation From: Kiran Ayyagari To: Apache Directory Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Dec 7, 2010 at 5:27 PM, Emmanuel Lecharny wrote: > Ok, I'll comment the module in apacheds pom.xml. > sadly there is bit of impact at code level too, the service-builder module depends on changepassword to create the ChangePasswordServer related classes from DIT config. We need to comment this code along with the pom file modifications. -- Kiran Ayyagari