Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 49340 invoked from network); 3 Nov 2004 23:01:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Nov 2004 23:01:24 -0000 Received: (qmail 30590 invoked by uid 500); 3 Nov 2004 23:01:14 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 30498 invoked by uid 500); 3 Nov 2004 23:01:13 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 30485 invoked by uid 99); 3 Nov 2004 23:01:13 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jorton@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 03 Nov 2004 15:01:11 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iA3N18Hd006401 for ; Wed, 3 Nov 2004 18:01:08 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iA3N18r09144 for ; Wed, 3 Nov 2004 18:01:08 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.12.10/8.12.7) with ESMTP id iA3N17rS020270 for ; Wed, 3 Nov 2004 23:01:07 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.12.10/8.12.10/Submit) id iA3N17QM020269 for dev@httpd.apache.org; Wed, 3 Nov 2004 23:01:07 GMT Date: Wed, 3 Nov 2004 23:01:07 +0000 From: Joe Orton To: dev@httpd.apache.org Subject: Re: cvs commit: httpd-2.0 STATUS Message-ID: <20041103230107.GB19322@redhat.com> Mail-Followup-To: dev@httpd.apache.org References: <20041103221655.28349.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20041103221655.28349.qmail@minotaur.apache.org> User-Agent: Mutt/1.4.1i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, Nov 03, 2004 at 10:16:55PM -0000, bnicholes@apache.org wrote: ... > + *) mod_authnz_ldap: Added the directive "Requires ldap-attribute" that > + allows the module to only authorize a user if the attribute value > + specified matches the value of the user object. PR 31913 > + modules/aaa/mod_authnz_ldap.c: r1.7 > + docs/manual/mod/mod_authnz_ldap.xml: r1.3 > + +1: bnicholes mod_authnz_ldap doesn't exist in 2.0; would this diff actually apply to mod_auth_ldap? If not then a separate patch needs to be posted somewhere for review. joe