From cvs-return-26287-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Wed Jan 24 03:49:10 2007 Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 19195 invoked from network); 24 Jan 2007 03:49:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2007 03:49:09 -0000 Received: (qmail 64802 invoked by uid 500); 24 Jan 2007 03:49:15 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 64767 invoked by uid 500); 24 Jan 2007 03:49:15 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 64755 invoked by uid 99); 24 Jan 2007 03:49:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 19:49:15 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Jan 2007 19:49:08 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 374261A981A; Tue, 23 Jan 2007 19:48:01 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r499242 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml Date: Wed, 24 Jan 2007 03:48:01 -0000 To: cvs@httpd.apache.org From: bnicholes@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070124034801.374261A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bnicholes Date: Tue Jan 23 19:47:59 2007 New Revision: 499242 URL: http://svn.apache.org/viewvc?view=rev&rev=499242 Log: Point out that if another authorization method is used with mod_authnz_ldap, AuthzLDAPAuthoritative must be set to off. submitted by: Darren Spruell Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml?view=diff&rev=499242&r1=499241&r2=499242 ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authnz_ldap.xml Tue Jan 23 19:47:59 2007 @@ -226,8 +226,14 @@
  • otherwise, deny or decline access
  • -

    Other Require values may also be - used which may require loading additional authorization modules.

    +

    Other Require values may also + be used which may require loading additional authorization modules. + Note that if you use a Require + value from another authorization module, you will need to ensure that + AuthzLDAPAuthoritative + is set to off to allow the authorization phase to fall + back to the module providing the alternate + Require value.