summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_authz_groupfile.xml
diff options
context:
space:
mode:
authorYoshiki Hayashi <yoshiki@apache.org>2004-12-10 07:10:49 +0000
committerYoshiki Hayashi <yoshiki@apache.org>2004-12-10 07:10:49 +0000
commit6d49910d5b258c5ec2960e91b43993becb3ad800 (patch)
tree903aab44a811f95f7484148b509877d16eaeccba /docs/manual/mod/mod_authz_groupfile.xml
parent78c1d9dc3e06924532e6637d6ec8c28f9c98cb01 (diff)
downloadhttpd-6d49910d5b258c5ec2960e91b43993becb3ad800.tar.gz
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
Diffstat (limited to 'docs/manual/mod/mod_authz_groupfile.xml')
-rw-r--r--docs/manual/mod/mod_authz_groupfile.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_authz_groupfile.xml b/docs/manual/mod/mod_authz_groupfile.xml
index 0973477a0d..f3b14e1b27 100644
--- a/docs/manual/mod/mod_authz_groupfile.xml
+++ b/docs/manual/mod/mod_authz_groupfile.xml
@@ -41,7 +41,7 @@
<directivesynopsis>
<name>AuthGroupFile</name>
<description>Sets the name of a text file containing the list
-of user groups for authentication</description>
+of user groups for authorization</description>
<syntax>AuthGroupFile <var>file-path</var></syntax>
<contextlist><context>directory</context><context>.htaccess</context>
</contextlist>
@@ -50,7 +50,7 @@ of user groups for authentication</description>
<usage>
<p>The <directive>AuthGroupFile</directive> directive sets the
name of a textual file containing the list of user groups for user
- authentication. <var>File-path</var> is the path to the group
+ authorization. <var>File-path</var> is the path to the group
file. If it is not absolute, it is treated as relative to the <directive
module="core">ServerRoot</directive>.</p>