summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-01-15 19:22:36 +0000
committerRich Bowen <rbowen@apache.org>2011-01-15 19:22:36 +0000
commit576baf6bb915a87fe186586c8ab36ff50aa9b782 (patch)
tree05c1e8db2c9400d7e3634ae5e8147e95f98045fd
parent926c1633fda54aea72ff56afe3d18ab1ff2269be (diff)
downloadhttpd-576baf6bb915a87fe186586c8ab36ff50aa9b782.tar.gz
Links to current docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1059393 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/mod/mod_auth_db.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/htdocs/manual/mod/mod_auth_db.html b/htdocs/manual/mod/mod_auth_db.html
index dbc55589d5..c3976a9997 100644
--- a/htdocs/manual/mod/mod_auth_db.html
+++ b/htdocs/manual/mod/mod_auth_db.html
@@ -51,7 +51,6 @@
</div>
-
<h1 align="CENTER">Module mod_auth_db</h1>
<p>This module provides for user authentication using Berkeley
@@ -118,6 +117,9 @@
<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>
@@ -179,6 +181,9 @@
<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
@@ -232,6 +237,9 @@
<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