</tr>
<tr>
- <td><module>mod_auth_anon</module></td>
+ <td><module>mod_authn_anon</module></td>
<td class="centered">+</td>
<td></td>
</tr>
<tr>
- <td><module>mod_auth_dbm</module></td>
+ <td><module>mod_authn_dbm</module></td>
+ <td class="centered">?</td>
+ <td>with own <code>libdb.a</code></td>
+ </tr>
+
+ <tr>
+ <td><module>mod_authz_dbm</module></td>
<td class="centered">?</td>
<td>with own <code>libdb.a</code></td>
</tr>
below.</p>
<dl>
- <dt><code>--enable-auth-anon</code></dt>
+ <dt><code>--enable-authn-anon</code></dt>
<dd>Enable anonymous user access provided by
- <module>mod_auth_anon</module>.</dd>
+ <module>mod_authn_anon</module>.</dd>
- <dt><code>--enable-auth-dbm</code></dt>
- <dd><module>mod_auth_dbm</module> provides for HTTP Basic
+ <dt><code>--enable-authn-dbm</code></dt>
+ <dd><module>mod_authn_dbm</module> provides for HTTP Basic
Authentication, where the usernames and passwords are stored in DBM
type database files. Use this option to enable the module.</dd>
+ <dt><code>--enable-authz-dbm</code></dt>
+ <dd><module>mod_authz_dbm</module> provides for HTTP Basic
+ Authorization, where the usernames and groups are stored in DBM
+ type database files. Use this option to enable the module.</dd>
+
<dt><code>--enable-auth-digest</code></dt>
<dd>Enable RFC2617 Digest authentication provided by
<module>mod_auth_digest</module>. This module uses plain text files
<summary>
<p><code>htdbm</code> is used to manipulate the DBM format files used to
store usernames and password for basic authentication of HTTP users via
- <module>mod_auth_dbm</module>. See the <program>dbmmanage</program>
+ <module>mod_authn_dbm</module>. See the <program>dbmmanage</program>
documentation for more information about these DBM files.</p>
</summary>
<seealso><program>httpd</program></seealso>
<seealso><program>dbmmanage</program></seealso>
-<seealso><module>mod_auth_dbm</module></seealso>
+<seealso><module>mod_authn_dbm</module></seealso>
<section id="synopsis"><title>Synopsis</title>
<p><code><strong>htdbm</strong>