From: Rich Bowen
Date: Tue, 21 Dec 2010 15:44:42 +0000 (+0000)
Subject: Links to current docs, and a warning about how auth is vastly changed in
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a89bf2dcb273796f49345e095d75a38a7149ec;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/htdocs/manual/mod/mod_auth.html.en b/htdocs/manual/mod/mod_auth.html.en
index fa0331ce00e..f5626bccf4b 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
mod_auth_basic.
+ >mod_auth_basic. However, authentication has changed
+ enormously in the 2.x versions, and you are encouraged to look
+ at the Authentication
+ HowTo for an overview of those changes.
@@ -187,6 +191,9 @@
Module: mod_auth
+ Current documentation for this directive may be found here
+
The AuthGroupFile directive sets the name of a textual file
containing the list of user groups for user authentication.
File-path is the path to the group file. If it is not
@@ -230,6 +237,9 @@
Module: mod_auth
+
Current documentation for this directive may be found here
+
The AuthUserFile directive sets the name of a textual file
containing the list of users and passwords for user
authentication. File-path is the path to the user
@@ -298,6 +308,9 @@
Module: mod_auth
+
Current documentation for this directive may be found here
+
Setting the AuthAuthoritative directive explicitly to
'off' allows for both authentication and
authorization to be passed on to lower level modules (as