From: Igor Galić Date: Sat, 1 Dec 2012 09:34:07 +0000 (+0000) Subject: merge r738841 X-Git-Tag: 2.2.24~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f388c82ba1a2d3e55047034720a95f765928afa5;p=thirdparty%2Fapache%2Fhttpd.git merge r738841 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1415956 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml index 69cf04af8b4..eeb8d49ffdf 100644 --- a/docs/manual/mod/mod_auth_basic.xml +++ b/docs/manual/mod/mod_auth_basic.xml @@ -74,6 +74,11 @@ </Location> +

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.

+

Providers are implemented by mod_authn_dbm, mod_authn_file, mod_authn_dbd, and mod_authnz_ldap.