summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-12-21 15:44:42 +0000
committerRich Bowen <rbowen@apache.org>2010-12-21 15:44:42 +0000
commitd0a89bf2dcb273796f49345e095d75a38a7149ec (patch)
tree958a1c54502b335e9095740b4b58ee1e467a9495
parented0fad063f41043f58def416f101688c79c5dbc6 (diff)
downloadhttpd-d0a89bf2dcb273796f49345e095d75a38a7149ec.tar.gz
Links to current docs, and a warning about how auth is vastly changed in
current versions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1051533 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/mod/mod_auth.html.en15
1 files changed, 14 insertions, 1 deletions
diff --git a/htdocs/manual/mod/mod_auth.html.en b/htdocs/manual/mod/mod_auth.html.en
index fa0331ce00..f5626bccf4 100644
--- a/htdocs/manual/mod/mod_auth.html.en
+++ b/htdocs/manual/mod/mod_auth.html.en
@@ -44,7 +44,11 @@
In 2.2, the equivalent of this module is now named
<a
href="http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html"
- >mod_auth_basic</a>.</p>
+ >mod_auth_basic</a>. However, authentication has changed
+ enormously in the 2.x versions, and you are encouraged to look
+ at the <a
+ href="http://httpd.apache.org/docs/current/howto/auth.html">Authentication
+ HowTo</a> for an overview of those changes.</p>
</div>
@@ -187,6 +191,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_authz_groupfile.html#authgroupfile">here</a></strong></p>
+
<p>The AuthGroupFile directive sets the name of a textual file
containing the list of user groups for user authentication.
<em>File-path</em> is the path to the group file. If it is not
@@ -230,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_authn_file.html#authuserfile">here</a></strong></p>
+
<p>The AuthUserFile directive sets the name of a textual file
containing the list of users and passwords for user
authentication. <em>File-path</em> is the path to the user
@@ -298,6 +308,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 AuthAuthoritative directive explicitly to
<strong>'off'</strong> allows for both authentication and
authorization to be passed on to lower level modules (as