summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_authn_dbm.html.en
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-10-07 08:46:31 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-10-07 08:46:31 +0000
commite23f2cf9931a6e5358c92b76ef6d3ab9f648cb17 (patch)
tree09b40c45a00269ea59f4379db64ba3f6d5bb6767 /docs/manual/mod/mod_authn_dbm.html.en
parent39a227d48d4513f30afb4b6f043695ded639460f (diff)
downloadhttpd-e23f2cf9931a6e5358c92b76ef6d3ab9f648cb17.tar.gz
Update the docs to fully reflect the aaa changes by linking in the new
modules and removing the deleted ones; renaming mod_auth_anon->mod_authn_anon, and mod_access->mod_authz_host. All docs to the old modules are now deleted. Translations were kept with their old modules. (Can't read Japanese.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authn_dbm.html.en')
-rw-r--r--docs/manual/mod/mod_authn_dbm.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authn_dbm.html.en b/docs/manual/mod/mod_authn_dbm.html.en
index 0ef60d652a..3528423b89 100644
--- a/docs/manual/mod/mod_authn_dbm.html.en
+++ b/docs/manual/mod/mod_authn_dbm.html.en
@@ -9,7 +9,7 @@
</a></th><td>Extension</td></tr><tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:
</a></th><td>authn_dbm_module</td></tr><tr><th><a href="module-dict.html#SourceFile">Source File:
</a></th><td>mod_authn_dbm.c</td></tr><tr><th><a href="module-dict.html#Compatibility">Compatibility:
- </a></th><td>Available in Apache 2.0.42 and later</td></tr></table><h3>Summary</h3>
+ </a></th><td>Available in Apache 2.0.44 and later</td></tr></table><h3>Summary</h3>
<p>This module provides authentication front-ends such as
<code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code> and <code class="module"><a href="../mod/mod_auth_basic.html">mod_auth_basic</a></code>
to authenticate users by looking up users in plain text password files.