summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-01-15 19:25:06 +0000
committerRich Bowen <rbowen@apache.org>2011-01-15 19:25:06 +0000
commitca8f94220d4f50b71765e8eb82a0efc4c17d7e5c (patch)
tree9ce53405ca857a84e01b937652b42aea4293cb0d
parent576baf6bb915a87fe186586c8ab36ff50aa9b782 (diff)
downloadhttpd-ca8f94220d4f50b71765e8eb82a0efc4c17d7e5c.tar.gz
Links to current documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1059395 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/mod/mod_auth_dbm.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/manual/mod/mod_auth_dbm.html b/htdocs/manual/mod/mod_auth_dbm.html
index e519501ec8..f669690a32 100644
--- a/htdocs/manual/mod/mod_auth_dbm.html
+++ b/htdocs/manual/mod/mod_auth_dbm.html
@@ -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