]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Links to current docs, and a warning about how auth is vastly changed in
authorRich Bowen <rbowen@apache.org>
Tue, 21 Dec 2010 15:44:42 +0000 (15:44 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 21 Dec 2010 15:44:42 +0000 (15:44 +0000)
current versions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1051533 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/mod_auth.html.en

index fa0331ce00ea0da3dcc0289e7910b3ae7b819224..f5626bccf4bfe7672fd6090385ecf92e239cffec 100644 (file)
         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>
 
      <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
      <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
      <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