</div>
-
<h1 align="CENTER">Module mod_auth_db</h1>
<p>This module provides for user authentication using Berkeley
<a href="directive-dict.html#Module"
rel="Help"><strong>Module:</strong></a> mod_auth_db
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_authz_dbm.html#authdbmgroupfile">here</a></strong></p>
+
<p>The AuthDBGroupFile directive sets the name of a DB file
containing the list of user groups for user authentication.
<em>File-path</em> is the absolute path to the group file.</p>
<a href="directive-dict.html#Module"
rel="Help"><strong>Module:</strong></a> mod_auth_db
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_authn_dbm.html#authdbmuserfile">here</a></strong></p>
+
<p>The AuthDBUserFile directive sets the name of a DB file
containing the list of users and passwords for user
authentication. <em>File-path</em> is the absolute path to the
<a href="directive-dict.html#Module"
rel="Help"><strong>Module:</strong></a> mod_auth
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_auth_basic.html#authbasicauthoritative">here</a></strong></p>
+
<p>Setting the AuthDBAuthoritative directive explicitly to
<strong>'off'</strong> allows for both authentication and
authorization to be passed on to lower level modules (as