]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
catch up with some missed auth module renaming in the ./configure manual entry.
authorEric Covener <covener@apache.org>
Thu, 4 Nov 2010 15:50:11 +0000 (15:50 +0000)
committerEric Covener <covener@apache.org>
Thu, 4 Nov 2010 15:50:11 +0000 (15:50 +0000)
PR39587

(not required in trunk)

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

docs/manual/programs/configure.html.en
docs/manual/programs/configure.xml

index 20ae4bab2803914c536bb5372aa63c18806d7740..e24fa319678ef81d6d6b23b2df6dc6c821370e89 100644 (file)
         <dd>Disable support for as-is filetypes, which is provided by
           <code class="module"><a href="../mod/mod_asis.html">mod_asis</a></code>.</dd>
 
-        <dt><code>--disable-auth</code></dt>
+        <dt><code>--disable-auth-basic</code></dt>
         <dd>Disable user-based access control provided  by
           <code class="module"><a href="../mod/mod_auth.html">mod_auth</a></code>. This module provides for HTTP Basic
           Authentication, where the usernames and passwords are stored in
         below.</p>
 
       <dl>
-        <dt><code>--enable-auth-anon</code></dt>
+        <dt><code>--enable-authn-anon</code></dt>
         <dd>Enable anonymous user access provided by
           <code class="module"><a href="../mod/mod_auth_anon.html">mod_auth_anon</a></code>.</dd>
 
-        <dt><code>--enable-auth-dbm</code></dt>
-        <dd><code class="module"><a href="../mod/mod_auth_dbm.html">mod_auth_dbm</a></code> provides for HTTP Basic
+        <dt><code>--enable-authn-dbm</code></dt>
+        <dd><code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> 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><code class="module"><a href="../mod/mod_authz_dbm.html">mod_authz_dbm</a></code> 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
           <code class="module"><a href="../mod/mod_auth_digest.html">mod_auth_digest</a></code>. This module uses plain text files
       </dl>
 
       <p>Several features of the Apache HTTP Server, including
-        <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> and <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>'s DBM
+        <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code>, <code class="module"><a href="../mod/mod_authz_dbm.html">mod_authz_dbm</a></code>, and 
+        <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>'s DBM
         <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> use simple
         key/value databases for quick lookups of information. SDBM is included
         in the APU, so this database is always available. If you would like to
index 576bb23c3b7264465f58058757555ff6f4a6dfa0..087bfec09292fdd70e2716ab43e1e4c68f2d2b91 100644 (file)
         <dd>Disable support for as-is filetypes, which is provided by
           <module>mod_asis</module>.</dd>
 
-        <dt><code>--disable-auth</code></dt>
+        <dt><code>--disable-auth-basic</code></dt>
         <dd>Disable user-based access control provided  by
           <module>mod_auth</module>. This module provides for HTTP Basic
           Authentication, where the usernames and passwords are stored in
         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>
 
-        <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
       </dl>
 
       <p>Several features of the Apache HTTP Server, including
-        <module>mod_authn_dbm</module> and <module>mod_rewrite</module>'s DBM
+        <module>mod_authn_dbm</module>, <module>mod_authz_dbm</module>, and 
+        <module>mod_rewrite</module>'s DBM
         <directive module="mod_rewrite">RewriteMap</directive> use simple
         key/value databases for quick lookups of information. SDBM is included
         in the APU, so this database is always available. If you would like to