From 38d154b343f1e0cca892f04742aeceed43930645 Mon Sep 17 00:00:00 2001 From: André Malo Date: Mon, 7 Oct 2002 15:23:03 +0000 Subject: update transformation due to the change of synopsis.xsl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97134 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_dbm.html.en | 11 +++++++---- 1 file changed, 7 insertions(+), 4 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 b6368d5ab9..15bc8b8777 100644 --- a/docs/manual/mod/mod_authz_dbm.html.en +++ b/docs/manual/mod/mod_authz_dbm.html.en @@ -14,10 +14,13 @@ authenticated users can be allowed or denied access to portions of the web site by group membership. Similar functionality is provided by mod_authz_groupfile.

-

Directives

See also

top

AuthDBMGroupFile Directive

Description: +
top

AuthDBMGroupFile Directive

Description: Sets the name of the database file containing the list of user groups for authentication
Syntax: - AuthDBMGroupFile file-path
Context: + AuthDBMGroupFile file-path
Context: directory, .htaccess
Override: AuthConfig
Status: Extension
Module: @@ -66,7 +69,7 @@ AuthDBMUserFile /www/userbase password and group database.

top

AuthzDBMAuthoritative Directive

Description: Sets whether authorization will be passed on to lower level modules
Syntax: - AuthzDBMAuthoritative on|off
Default: + AuthzDBMAuthoritative on|off
Default: AuthzDBMAuthoritative on
Context: directory, .htaccess
Override: AuthConfig
Status: @@ -108,7 +111,7 @@ AuthDBMUserFile /www/userbase
top

AuthzDBMType Directive

Description: Sets the type of database file that is used to store passwords
Syntax: - AuthzDBMType default|SDBM|GDBM|NDBM|DB
Default: + AuthzDBMType default|SDBM|GDBM|NDBM|DB
Default: AuthzDBMType default
Context: directory, .htaccess
Override: AuthConfig
Status: -- cgit v1.2.3