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 2008/10/04 16:44:54 UTC

svn commit: r701644 - in /httpd/httpd/trunk/docs/manual/mod: mod_authnz_ldap.html.en mod_authnz_ldap.xml

Author: covener
Date: Sat Oct  4 07:44:53 2008
New Revision: 701644

URL: http://svn.apache.org/viewvc?rev=701644&view=rev
Log:
no AuthzLDAPAuthoritative in trunk, because authz uses a provider API

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en?rev=701644&r1=701643&r2=701644&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en Sat Oct  4 07:44:53 2008
@@ -253,13 +253,7 @@
     </ul>
 
     <p>Other <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> values may also
-    be used which may require loading additional authorization modules.
-    Note that if you use a <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code>
-    value from another authorization module, you will need to ensure that
-    <code class="directive"><a href="#authzldapauthoritative">AuthzLDAPAuthoritative</a></code>
-    is set to <code>off</code> to allow the authorization phase to fall
-    back to the module providing the alternate
-    <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> value.</p>
+    be used which may require loading additional authorization modules.</p>
 
     <ul>
         <li>Grant access if there is a <a href="#requser"><code>Require

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml?rev=701644&r1=701643&r2=701644&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.xml Sat Oct  4 07:44:53 2008
@@ -229,13 +229,7 @@
     </ul>
 
     <p>Other <directive module="mod_authz_core">Require</directive> values may also
-    be used which may require loading additional authorization modules.
-    Note that if you use a <directive module="mod_authz_core">Require</directive>
-    value from another authorization module, you will need to ensure that
-    <directive module="mod_authnz_ldap">AuthzLDAPAuthoritative</directive>
-    is set to <code>off</code> to allow the authorization phase to fall
-    back to the module providing the alternate
-    <directive module="mod_authz_core">Require</directive> value.</p>
+    be used which may require loading additional authorization modules.</p>
 
     <ul>
         <li>Grant access if there is a <a href="#requser"><code>Require