diff options
author | André Malo <nd@apache.org> | 2002-12-12 08:02:57 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2002-12-12 08:02:57 +0100 |
commit | fa4d5df0da8f6f785ef5bdcf629028c19dbdfd5c (patch) | |
tree | 06fa6fd201767727f69b5b3a8e8c65c34efab815 /docs/manual/mod/mod_auth_basic.html.en | |
parent | further markups (diff) | |
download | apache2-fa4d5df0da8f6f785ef5bdcf629028c19dbdfd5c.tar.xz apache2-fa4d5df0da8f6f785ef5bdcf629028c19dbdfd5c.zip |
reformatting, markup and picking nits
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97890 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_auth_basic.html.en')
-rw-r--r-- | docs/manual/mod/mod_auth_basic.html.en | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_auth_basic.html.en b/docs/manual/mod/mod_auth_basic.html.en index 3e831d7871..927c03ece3 100644 --- a/docs/manual/mod/mod_auth_basic.html.en +++ b/docs/manual/mod/mod_auth_basic.html.en @@ -62,16 +62,17 @@ lower level modules</td></tr> <strong>no userID</strong> or <strong>rule</strong> matching the supplied userID. If there is a userID and/or rule specified, the usual password and access checks will be applied and a failure will give - an Authorization Required reply.</p> + an "Authentication Required" reply.</p> <p>So if a userID appears in the database of more than one module; or if a valid <code class="directive"><a href="../mod/core.html#require">Require</a></code> directive applies to more than one module; then the first module will verify the credentials; and no access is passed on; - regardless of the AuthAuthoritative setting.</p> + regardless of the <code class="directive">AuthBasicAuthoritative</code> + setting.</p> <p>By default control is not passed on and an unknown userID or - rule will result in an Authorization Required reply. Not setting + rule will result in an "Authentication Required" reply. Not setting it thus keeps the system secure and forces an NCSA compliant behaviour.</p> |