You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2009/01/08 19:45:02 UTC

svn commit: r732790 - in /httpd/httpd/trunk/docs/manual: platform/ebcdic.xml programs/configure.xml programs/htdbm.xml

Author: covener
Date: Thu Jan  8 10:45:02 2009
New Revision: 732790

URL: http://svn.apache.org/viewvc?rev=732790&view=rev
Log:
use the current module names

Modified:
    httpd/httpd/trunk/docs/manual/platform/ebcdic.xml
    httpd/httpd/trunk/docs/manual/programs/configure.xml
    httpd/httpd/trunk/docs/manual/programs/htdbm.xml

Modified: httpd/httpd/trunk/docs/manual/platform/ebcdic.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/ebcdic.xml?rev=732790&r1=732789&r2=732790&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/ebcdic.xml (original)
+++ httpd/httpd/trunk/docs/manual/platform/ebcdic.xml Thu Jan  8 10:45:02 2009
@@ -357,13 +357,19 @@
       </tr>
 
       <tr>
-        <td><module>mod_auth_anon</module></td>
+        <td><module>mod_authn_anon</module></td>
         <td class="centered">+</td>
         <td></td>
       </tr>
 
       <tr>
-        <td><module>mod_auth_dbm</module></td>
+        <td><module>mod_authn_dbm</module></td>
+        <td class="centered">?</td>
+        <td>with own <code>libdb.a</code></td>
+      </tr>
+
+      <tr>
+        <td><module>mod_authz_dbm</module></td>
         <td class="centered">?</td>
         <td>with own <code>libdb.a</code></td>
       </tr>

Modified: httpd/httpd/trunk/docs/manual/programs/configure.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/configure.xml?rev=732790&r1=732789&r2=732790&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.xml Thu Jan  8 10:45:02 2009
@@ -401,15 +401,20 @@
         below.</p>
 
       <dl>
-        <dt><code>--enable-auth-anon</code></dt>
+        <dt><code>--enable-authn-anon</code></dt>
         <dd>Enable anonymous user access provided by
-          <module>mod_auth_anon</module>.</dd>
+          <module>mod_authn_anon</module>.</dd>
 
-        <dt><code>--enable-auth-dbm</code></dt>
-        <dd><module>mod_auth_dbm</module> provides for HTTP Basic
+        <dt><code>--enable-authn-dbm</code></dt>
+        <dd><module>mod_authn_dbm</module> provides for HTTP Basic
           Authentication, where the usernames and passwords are stored in DBM
           type database files. Use this option to enable the module.</dd>
 
+        <dt><code>--enable-authz-dbm</code></dt>
+        <dd><module>mod_authz_dbm</module> provides for HTTP Basic
+          Authorization, where the usernames and groups are stored in DBM
+          type database files. Use this option to enable the module.</dd>
+
         <dt><code>--enable-auth-digest</code></dt>
         <dd>Enable RFC2617 Digest authentication provided by
           <module>mod_auth_digest</module>. This module uses plain text files

Modified: httpd/httpd/trunk/docs/manual/programs/htdbm.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htdbm.xml?rev=732790&r1=732789&r2=732790&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htdbm.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/htdbm.xml Thu Jan  8 10:45:02 2009
@@ -28,12 +28,12 @@
 <summary>
     <p><code>htdbm</code> is used to manipulate the DBM format files used to
     store usernames and password for basic authentication of HTTP users via
-    <module>mod_auth_dbm</module>.  See the <program>dbmmanage</program>
+    <module>mod_authn_dbm</module>.  See the <program>dbmmanage</program>
     documentation for more information about these DBM files.</p>
 </summary>
 <seealso><program>httpd</program></seealso>
 <seealso><program>dbmmanage</program></seealso>
-<seealso><module>mod_auth_dbm</module></seealso>
+<seealso><module>mod_authn_dbm</module></seealso>
 
 <section id="synopsis"><title>Synopsis</title>
     <p><code><strong>htdbm</strong>