From cb80a8b7a2a4cf8451e44a5935aaa328ff54f6d6 Mon Sep 17 00:00:00 2001 From: André Malo Date: Sat, 11 Dec 2004 08:24:03 +0000 Subject: update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111586 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_dbm.html.en | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/manual/mod/mod_authz_dbm.html.en') diff --git a/docs/manual/mod/mod_authz_dbm.html.en b/docs/manual/mod/mod_authz_dbm.html.en index 4ef81c70e6..8435f7c7b7 100644 --- a/docs/manual/mod/mod_authz_dbm.html.en +++ b/docs/manual/mod/mod_authz_dbm.html.en @@ -157,7 +157,7 @@ modules

AuthzDBMType Directive

+store list of user groups @@ -165,12 +165,13 @@ store passwords
Description:Sets the type of database file that is used to -store passwords
Syntax:AuthzDBMType default|SDBM|GDBM|NDBM|DB
Default:AuthzDBMType default
Context:directory, .htaccess
Status:Extension
Module:mod_authz_dbm
-

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.

-- cgit v1.2.3