You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/01/15 20:25:07 UTC

svn commit: r1059395 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_dbm.html

Author: rbowen
Date: Sat Jan 15 19:25:06 2011
New Revision: 1059395

URL: http://svn.apache.org/viewvc?rev=1059395&view=rev
Log:
Links to current documentation.

Modified:
    httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_dbm.html

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_dbm.html
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_dbm.html?rev=1059395&r1=1059394&r2=1059395&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_dbm.html (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/mod_auth_dbm.html Sat Jan 15 19:25:06 2011
@@ -102,6 +102,9 @@
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_dbm 
 
+    <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 AuthDBMGroupFile directive sets the name of a DBM file
     containing the list of user groups for user authentication.
     <em>File-path</em> is the absolute path to the group file.</p>
@@ -164,6 +167,9 @@
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_dbm 
 
+    <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 AuthDBMUserFile directive sets the name of a DBM file
     containing the list of users and passwords for user
     authentication. <em>File-path</em> is the absolute path to the
@@ -216,6 +222,9 @@
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_dbm 
 
+    <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 AuthDBMAuthoritative directive explicitly to
     <strong>'off'</strong> allows for both authentication and
     authorization to be passed on to lower level modules (as