Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 7220 invoked from network); 13 Mar 2011 15:59:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Mar 2011 15:59:30 -0000 Received: (qmail 34869 invoked by uid 500); 13 Mar 2011 15:59:30 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 34812 invoked by uid 500); 13 Mar 2011 15:59:30 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 34804 invoked by uid 99); 13 Mar 2011 15:59:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Mar 2011 15:59:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Sun, 13 Mar 2011 15:59:29 +0000 Received: (qmail 7180 invoked by uid 2161); 13 Mar 2011 15:59:09 -0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by euler.heimnetz.de (Postfix) with ESMTP id 4039A24044 for ; Sun, 13 Mar 2011 17:00:24 +0100 (CET) Message-ID: <4D7CEA18.6070802@apache.org> Date: Sun, 13 Mar 2011 17:00:24 +0100 From: Ruediger Pluem User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r1081007 - in /httpd/httpd/trunk: CHANGES modules/ldap/util_ldap.c References: <20110312214236.E16B0238890D@eris.apache.org> In-Reply-To: <20110312214236.E16B0238890D@eris.apache.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit On 03/12/2011 10:42 PM, covener@apache.org wrote: > Author: covener > Date: Sat Mar 12 21:42:36 2011 > New Revision: 1081007 > > URL: http://svn.apache.org/viewvc?rev=1081007&view=rev > Log: > *) mod_ldap: Add LDAPConnectionPoolTTL to give control over lifetime > of bound backend LDAP connections. PR47634 [Eric Covener] > > > > Modified: > httpd/httpd/trunk/CHANGES > httpd/httpd/trunk/modules/ldap/util_ldap.c > > Modified: httpd/httpd/trunk/modules/ldap/util_ldap.c > URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap.c?rev=1081007&r1=1081006&r2=1081007&view=diff > ============================================================================== > --- httpd/httpd/trunk/modules/ldap/util_ldap.c (original) > +++ httpd/httpd/trunk/modules/ldap/util_ldap.c Sat Mar 12 21:42:36 2011 > @@ -63,6 +63,9 @@ > #define AP_LDAP_CHASEREFERRALS_OFF 0 > #define AP_LDAP_CHASEREFERRALS_ON 1 > > +#define AP_LDAP_CONNPOOL_DEFAULT -1 > +#define AP_LDAP_CONNPOOL_INFINITE -2 What is the purpose of this value? Regards RĂ¼diger