]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Links to current docs.
authorRich Bowen <rbowen@apache.org>
Sat, 15 Jan 2011 19:22:36 +0000 (19:22 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 15 Jan 2011 19:22:36 +0000 (19:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1059393 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/mod_auth_db.html

index dbc55589d5a64ec85ca82f2138f1b385243f7a5e..c3976a99975c9da771cc257c80d391768d6ab780 100644 (file)
@@ -51,7 +51,6 @@
 
     </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