From: Eric Covener Date: Wed, 20 Jun 2012 13:12:36 +0000 (+0000) Subject: add a warning in the LDAP AuthnProviderAlias and expecting to have a configured X-Git-Tag: 2.5.0-alpha~6716 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40e7c220281725363353b25bd14c285217a40bc6;p=apache add a warning in the LDAP AuthnProviderAlias and expecting to have a configured LDAP authorization provider. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1352084 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_core.xml b/docs/manual/mod/mod_authn_core.xml index 4f237d4806..34d5ccedb0 100644 --- a/docs/manual/mod/mod_authn_core.xml +++ b/docs/manual/mod/mod_authn_core.xml @@ -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>