]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove text implying "Require valid-user" is handled by mod_authnz_ldap, which
authorEric Covener <covener@apache.org>
Fri, 2 Oct 2009 15:16:09 +0000 (15:16 +0000)
committerEric Covener <covener@apache.org>
Fri, 2 Oct 2009 15:16:09 +0000 (15:16 +0000)
makes the behavior of AuthzLDAPAuthoritative more intuitive.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@821049 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.html.en
docs/manual/mod/mod_authnz_ldap.xml

index cbeec7f3d0a4ea5af04debd33b5e7daf61ada8a4..8a89d601fd093152583d0d3de8a72ca15dc30d96 100644 (file)
@@ -112,7 +112,6 @@ for HTTP Basic authentication.</td></tr>
         <a href="#requiredirectives">The Require Directives</a> 
 
         <ul>
-          <li><a href="#reqvaliduser">Require valid-user</a></li>
           <li><a href="#requser">Require ldap-user</a></li>
           <li><a href="#reqgroup">Require ldap-group</a></li>
           <li><a href="#reqdn">Require ldap-dn</a></li>
@@ -256,9 +255,9 @@ for HTTP Basic authentication.</td></tr>
     be used which may require loading additional authorization modules.</p>
 
     <ul>
-        <li>Grant access if there is a <a href="#requser"><code>Require
-        valid-user</code></a> directive. (requires 
-        <code class="module"><a href="../mod/mod_authz_user.html">mod_authz_user</a></code>)</li>
+        <li>Grant access to all successfully authenticated users if 
+        there is a <a href="#requser"><code>Require valid-user</code></a> 
+        directive. (requires <code class="module"><a href="../mod/mod_authz_user.html">mod_authz_user</a></code>)</li>
 
         <li>Grant access if there is a <a href="#reqgroup"><code>Require group</code></a> directive, and
         <code class="module"><a href="../mod/mod_authz_groupfile.html">mod_authz_groupfile</a></code> has been loaded with the 
@@ -341,14 +340,6 @@ for HTTP Basic authentication.</td></tr>
     <code>ldap-filter</code>.  Other authorization types may also be 
     used but may require that additional authorization modules be loaded.</p>
 
-<h3><a name="reqvaliduser" id="reqvaliduser">Require valid-user</a></h3>
-
-    <p>If this directive exists, <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code> grants
-    access to any user that has successfully authenticated during the
-    search/bind phase.  Requires that <code class="module"><a href="../mod/mod_authz_user.html">mod_authz_user</a></code> be 
-    loaded.</p>
-
-
 <h3><a name="requser" id="requser">Require ldap-user</a></h3>
 
     <p>The <code>Require ldap-user</code> directive specifies what
index 6d6a19f111ab6cf6a4c50bdd2ce963af22d902e7..11758353f10488c795f3dbe317025dda53be67d5 100644 (file)
@@ -84,7 +84,6 @@ for HTTP Basic authentication.</description>
         <a href="#requiredirectives">The Require Directives</a> 
 
         <ul>
-          <li><a href="#reqvaliduser">Require valid-user</a></li>
           <li><a href="#requser">Require ldap-user</a></li>
           <li><a href="#reqgroup">Require ldap-group</a></li>
           <li><a href="#reqdn">Require ldap-dn</a></li>
@@ -232,9 +231,9 @@ for HTTP Basic authentication.</description>
     be used which may require loading additional authorization modules.</p>
 
     <ul>
-        <li>Grant access if there is a <a href="#requser"><code>Require
-        valid-user</code></a> directive. (requires 
-        <module>mod_authz_user</module>)</li>
+        <li>Grant access to all successfully authenticated users if 
+        there is a <a href="#requser"><code>Require valid-user</code></a> 
+        directive. (requires <module>mod_authz_user</module>)</li>
 
         <li>Grant access if there is a <a
         href="#reqgroup"><code>Require group</code></a> directive, and
@@ -324,14 +323,6 @@ for HTTP Basic authentication.</description>
     <code>ldap-filter</code>.  Other authorization types may also be 
     used but may require that additional authorization modules be loaded.</p>
 
-<section id="reqvaliduser"><title>Require valid-user</title>
-
-    <p>If this directive exists, <module>mod_authnz_ldap</module> grants
-    access to any user that has successfully authenticated during the
-    search/bind phase.  Requires that <module>mod_authz_user</module> be 
-    loaded.</p>
-</section>
-
 <section id="requser"><title>Require ldap-user</title>
 
     <p>The <code>Require ldap-user</code> directive specifies what