]> granicus.if.org Git - apache/commitdiff
address a frequent pitfall/misunderstanding about how multiple basic auth providers...
authorEric Covener <covener@apache.org>
Thu, 29 Jan 2009 12:44:19 +0000 (12:44 +0000)
committerEric Covener <covener@apache.org>
Thu, 29 Jan 2009 12:44:19 +0000 (12:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@738841 13f79535-47bb-0310-9956-ffa450edef68

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

index d89dbe5578b5809f3cdc7740a33db888c9edbb43..f0cb8f672346d3cb93c902fa3b6a6fe69aacad5f 100644 (file)
@@ -111,6 +111,11 @@ lower level modules</td></tr>
       &lt;/Location&gt;
     </code></p></div>
 
+    <p> Providers are queried in order until a provider finds a match
+    for the requested username, at which point this sole provider will 
+    attempt to check the password.  A failure to verify the password does
+    not result in control being passed on to subsequent providers.</p>
+
     <p>Providers are implemented by <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code>,
     <code class="module"><a href="../mod/mod_authn_file.html">mod_authn_file</a></code>, <code class="module"><a href="../mod/mod_authn_dbd.html">mod_authn_dbd</a></code>,
     and <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code>.</p>
index 4c86d3adffe7774f7f4991cd9d2c6d4617ccc065..8528c68afc69ea8633a9fb424b8fb8b9643d03a1 100644 (file)
       &lt;/Location&gt;
     </example>
 
+    <p> Providers are queried in order until a provider finds a match
+    for the requested username, at which point this sole provider will 
+    attempt to check the password.  A failure to verify the password does
+    not result in control being passed on to subsequent providers.</p>
+
     <p>Providers are implemented by <module>mod_authn_dbm</module>,
     <module>mod_authn_file</module>, <module>mod_authn_dbd</module>,
     and <module>mod_authnz_ldap</module>.</p>