]> granicus.if.org Git - apache/commitdiff
use the current module names
authorEric Covener <covener@apache.org>
Thu, 8 Jan 2009 18:45:02 +0000 (18:45 +0000)
committerEric Covener <covener@apache.org>
Thu, 8 Jan 2009 18:45:02 +0000 (18:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732790 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/ebcdic.xml
docs/manual/programs/configure.xml
docs/manual/programs/htdbm.xml

index f877c7e4d70f0639533eda8dad2a2738eb5fed6d..e00ac34399a97d52dabcc5de4d858d28e051a0bc 100644 (file)
       </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>
index f63c9888e1de61235f43fa7378e1688763703c3d..069ddd817a28434fecf114f734249ace4e64639d 100644 (file)
         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
index ee6b7b30b8b37ec9b7118a68a809f3bb887cca85..59c52016910f91b620ce5f9f72837722fc2b8b6a 100644 (file)
 <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>