From: Yoshiki Hayashi Date: Fri, 10 Dec 2004 07:10:49 +0000 (+0000) Subject: These modules are for authorization, not authentication. X-Git-Tag: 2.1.3~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d49910d5b258c5ec2960e91b43993becb3ad800;p=thirdparty%2Fapache%2Fhttpd.git These modules are for authorization, not authentication. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111474 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authz_dbm.xml b/docs/manual/mod/mod_authz_dbm.xml index 1afbe0e4689..3cf60defe87 100644 --- a/docs/manual/mod/mod_authz_dbm.xml +++ b/docs/manual/mod/mod_authz_dbm.xml @@ -41,7 +41,7 @@ AuthDBMGroupFile Sets the name of the database file containing the list -of user groups for authentication +of user groups for authorization AuthDBMGroupFile file-path directory.htaccess @@ -50,7 +50,7 @@ of user groups for authentication

The AuthDBMGroupFile directive sets the name of a DBM file containing the list of user groups for user - authentication. File-path is the absolute path to the + authorization. File-path is the absolute path to the group file.

The group file is keyed on the username. The value for a diff --git a/docs/manual/mod/mod_authz_groupfile.xml b/docs/manual/mod/mod_authz_groupfile.xml index 0973477a0d0..f3b14e1b276 100644 --- a/docs/manual/mod/mod_authz_groupfile.xml +++ b/docs/manual/mod/mod_authz_groupfile.xml @@ -41,7 +41,7 @@ AuthGroupFile Sets the name of a text file containing the list -of user groups for authentication +of user groups for authorization AuthGroupFile file-path directory.htaccess @@ -50,7 +50,7 @@ of user groups for authentication

The AuthGroupFile directive sets the name of a textual file containing the list of user groups for user - authentication. File-path is the path to the group + authorization. File-path is the path to the group file. If it is not absolute, it is treated as relative to the ServerRoot.