Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8437D9EC1 for ; Wed, 20 Jun 2012 13:23:26 +0000 (UTC) Received: (qmail 16846 invoked by uid 500); 20 Jun 2012 13:23:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 16736 invoked by uid 500); 20 Jun 2012 13:23:26 -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 16729 invoked by uid 99); 20 Jun 2012 13:23:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 13:23:26 +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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 13:23:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 31F042388847; Wed, 20 Jun 2012 13:23:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1352088 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml Date: Wed, 20 Jun 2012 13:23:05 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120620132305.31F042388847@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: covener Date: Wed Jun 20 13:23:04 2012 New Revision: 1352088 URL: http://svn.apache.org/viewvc?rev=1352088&view=rev Log: Merge r1352084 from trunk: add a warning in the LDAP AuthnProviderAlias and expecting to have a configured LDAP authorization provider. Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml?rev=1352088&r1=1352087&r2=1352088&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authn_core.xml Wed Jun 20 13:23:04 2012 @@ -103,6 +103,9 @@ Alias /secure /webpages/secure AuthType Basic AuthName "LDAP Protected Place" Require valid-user + # Note that Require ldap-* would not work here, since the + # AuthnProviderAlias does not provide the config to authorization providers + # that are implemented in the same module as the authentication provider. </Directory>