From: Eric Covener
Date: Thu, 8 Jan 2009 18:45:02 +0000 (+0000)
Subject: use the current module names
X-Git-Tag: 2.3.2~205
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cae3b951a7bb07eb13532931c8a45bbab0e7b59c;p=apache
use the current module names
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@732790 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/platform/ebcdic.xml b/docs/manual/platform/ebcdic.xml
index f877c7e4d7..e00ac34399 100644
--- a/docs/manual/platform/ebcdic.xml
+++ b/docs/manual/platform/ebcdic.xml
@@ -357,13 +357,19 @@
- mod_auth_anon |
+ mod_authn_anon |
+ |
|
- mod_auth_dbm |
+ mod_authn_dbm |
+ ? |
+ with own libdb.a |
+
+
+
+ mod_authz_dbm |
? |
with own libdb.a |
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml
index f63c9888e1..069ddd817a 100644
--- a/docs/manual/programs/configure.xml
+++ b/docs/manual/programs/configure.xml
@@ -401,15 +401,20 @@
below.
- --enable-auth-anon
+ --enable-authn-anon
- Enable anonymous user access provided by
- mod_auth_anon.
+ mod_authn_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
diff --git a/docs/manual/programs/htdbm.xml b/docs/manual/programs/htdbm.xml
index ee6b7b30b8..59c5201691 100644
--- a/docs/manual/programs/htdbm.xml
+++ b/docs/manual/programs/htdbm.xml
@@ -28,12 +28,12 @@
htdbm
is used to manipulate the DBM format files used to
store usernames and password for basic authentication of HTTP users via
- mod_auth_dbm. See the dbmmanage
+ mod_authn_dbm. See the dbmmanage
documentation for more information about these DBM files.
httpd
dbmmanage
-mod_auth_dbm
+mod_authn_dbm