From: Eric Covener Date: Wed, 20 Jun 2012 13:23:04 +0000 (+0000) Subject: Merge r1352084 from trunk: X-Git-Tag: 2.4.3~393 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19724c18226ecc871b367e52b2090defbbf00896;p=apache Merge r1352084 from trunk: 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/branches/2.4.x@1352088 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>