]> granicus.if.org Git - apache/commitdiff
Merge r1352084 from trunk:
authorEric Covener <covener@apache.org>
Wed, 20 Jun 2012 13:23:04 +0000 (13:23 +0000)
committerEric Covener <covener@apache.org>
Wed, 20 Jun 2012 13:23:04 +0000 (13:23 +0000)
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

docs/manual/mod/mod_authn_core.xml

index 4f237d4806e82715a7fdabf8bcc901e1842bc613..34d5ccedb0edf7a6714587ef18d3932166b0de68 100644 (file)
@@ -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.
 &lt;/Directory&gt;
           </highlight>
         </example>