Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 76047 invoked from network); 5 May 2006 04:52:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 May 2006 04:52:14 -0000 Received: (qmail 53211 invoked by uid 500); 5 May 2006 04:52:13 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 53175 invoked by uid 500); 5 May 2006 04:52:12 -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 53162 invoked by uid 99); 5 May 2006 04:52:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 21:52:12 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aok123@bellsouth.net designates 205.152.59.68 as permitted sender) Received: from [205.152.59.68] (HELO imf20aec.mail.bellsouth.net) (205.152.59.68) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 21:52:11 -0700 Received: from ibm62aec.bellsouth.net ([65.80.200.112]) by imf20aec.mail.bellsouth.net with ESMTP id <20060505045149.XCQM23773.imf20aec.mail.bellsouth.net@ibm62aec.bellsouth.net> for ; Fri, 5 May 2006 00:51:49 -0400 Received: from [172.16.1.7] (really [65.80.200.112]) by ibm62aec.bellsouth.net with ESMTP id <20060505045149.XFBG2199.ibm62aec.bellsouth.net@[172.16.1.7]> for ; Fri, 5 May 2006 00:51:49 -0400 Message-ID: <445AD9E4.1070804@bellsouth.net> Date: Fri, 05 May 2006 00:51:48 -0400 From: Alex Karasulu User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 To: dev@directory.apache.org Subject: Re: svn commit: r399959 - /directory/branches/apacheds/1.0-trunks/pom.xml References: <20060505044812.74940.qmail@minotaur.apache.org> In-Reply-To: <20060505044812.74940.qmail@minotaur.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed 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 akarasulu@apache.org wrote: > Author: akarasulu > Date: Thu May 4 21:48:11 2006 > New Revision: 399959 > > URL: http://svn.apache.org/viewcvs?rev=399959&view=rev > Log: > Added account disable, lock out, and expiration time to PrincipalStoreEntry and > related classes to be able to trigger error code 18 messages from the KDC. > > Modified: > directory/branches/apacheds/1.0-trunks/pom.xml > > Modified: directory/branches/apacheds/1.0-trunks/pom.xml > URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0-trunks/pom.xml?rev=399959&r1=399958&r2=399959&view=diff > ============================================================================== > --- directory/branches/apacheds/1.0-trunks/pom.xml (original) > +++ directory/branches/apacheds/1.0-trunks/pom.xml Thu May 4 21:48:11 2006 > @@ -2,7 +2,7 @@ > > 4.0.0 > org.apache.directory > - 1.0.4 > + 1.0.5-SNAPSHOT > build > Apache Directory Build > 2004 > > > Yikes sorry about the wrong commit message here. Alex