From: Eric Covener Date: Thu, 4 Nov 2010 15:50:11 +0000 (+0000) Subject: catch up with some missed auth module renaming in the ./configure manual entry. X-Git-Tag: 2.2.18~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d743c7c213c956eed95562a240b51100f0bfba;p=thirdparty%2Fapache%2Fhttpd.git catch up with some missed auth module renaming in the ./configure manual entry. 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 --- diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index 20ae4bab280..e24fa319678 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -305,7 +305,7 @@
Disable support for as-is filetypes, which is provided by mod_asis.
-
--disable-auth
+
--disable-auth-basic
Disable user-based access control provided by mod_auth. This module provides for HTTP Basic Authentication, where the usernames and passwords are stored in @@ -398,15 +398,20 @@ below.

-
--enable-auth-anon
+
--enable-authn-anon
Enable anonymous user access provided by mod_auth_anon.
-
--enable-auth-dbm
-
mod_auth_dbm provides for HTTP Basic +
--enable-authn-dbm
+
mod_authn_dbm provides for HTTP Basic Authentication, where the usernames and passwords are stored in DBM type database files. Use this option to enable the module.
+
--enable-authz-dbm
+
mod_authz_dbm provides for HTTP Basic + Authorization, where the usernames and groups are stored in DBM + type database files. Use this option to enable the module.
+
--enable-auth-digest
Enable RFC2617 Digest authentication provided by mod_auth_digest. This module uses plain text files @@ -781,7 +786,8 @@

Several features of the Apache HTTP Server, including - mod_authn_dbm and mod_rewrite's DBM + mod_authn_dbm, mod_authz_dbm, and + mod_rewrite's DBM RewriteMap 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 diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index 576bb23c3b7..087bfec0929 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -307,7 +307,7 @@

Disable support for as-is filetypes, which is provided by mod_asis.
-
--disable-auth
+
--disable-auth-basic
Disable user-based access control provided by mod_auth. This module provides for HTTP Basic Authentication, where the usernames and passwords are stored in @@ -401,15 +401,20 @@ below.

-
--enable-auth-anon
+
--enable-authn-anon
Enable anonymous user access provided by mod_auth_anon.
-
--enable-auth-dbm
-
mod_auth_dbm provides for HTTP Basic +
--enable-authn-dbm
+
mod_authn_dbm provides for HTTP Basic Authentication, where the usernames and passwords are stored in DBM type database files. Use this option to enable the module.
+
--enable-authz-dbm
+
mod_authz_dbm provides for HTTP Basic + Authorization, where the usernames and groups are stored in DBM + type database files. Use this option to enable the module.
+
--enable-auth-digest
Enable RFC2617 Digest authentication provided by mod_auth_digest. This module uses plain text files @@ -788,7 +793,8 @@

Several features of the Apache HTTP Server, including - mod_authn_dbm and mod_rewrite's DBM + mod_authn_dbm, mod_authz_dbm, and + mod_rewrite's DBM RewriteMap 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