From 7697335a0800ffc3e2a142f220497b0262917967 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Sat, 11 Dec 2004 00:35:37 +0000 Subject: [PATCH] More authn/authz error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111560 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_dbm.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_authz_dbm.xml b/docs/manual/mod/mod_authz_dbm.xml index c04212db2b..7b79f550dc 100644 --- a/docs/manual/mod/mod_authz_dbm.xml +++ b/docs/manual/mod/mod_authz_dbm.xml @@ -99,7 +99,7 @@ of user groups for authorization AuthzDBMType Sets the type of database file that is used to -store passwords +store list of user groups AuthzDBMType default|SDBM|GDBM|NDBM|DB AuthzDBMType default directory.htaccess @@ -107,12 +107,13 @@ store passwords AuthConfig -

Sets the type of database file that is used to store the passwords. +

Sets the type of database file that is used to store the list + of user groups. The default database type is determined at compile time. The availability of other types of database files also depends on compile-time settings.

-

It is crucial that whatever program you use to create your password +

It is crucial that whatever program you use to create your group files is configured to use the same type of database.

-- 2.40.0