You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/06/20 15:12:36 UTC

svn commit: r1352084 - /httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml

Author: covener
Date: Wed Jun 20 13:12:36 2012
New Revision: 1352084

URL: http://svn.apache.org/viewvc?rev=1352084&view=rev
Log:
add a warning in the LDAP AuthnProviderAlias and expecting to have a configured 
LDAP authorization provider.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml?rev=1352084&r1=1352083&r2=1352084&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authn_core.xml Wed Jun 20 13:12:36 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>
           </highlight>
         </example>