]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
These modules are for authorization, not authentication.
authorYoshiki Hayashi <yoshiki@apache.org>
Fri, 10 Dec 2004 07:10:49 +0000 (07:10 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Fri, 10 Dec 2004 07:10:49 +0000 (07:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111474 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_dbm.xml
docs/manual/mod/mod_authz_groupfile.xml

index 1afbe0e4689642434e79abfa0e8d2d489db5f311..3cf60defe8740c31d8c758acbc93accc15c10f84 100644 (file)
@@ -41,7 +41,7 @@
 <directivesynopsis>
 <name>AuthDBMGroupFile</name>
 <description>Sets the name of the database file containing the list
-of user groups for authentication</description>
+of user groups for authorization</description>
 <syntax>AuthDBMGroupFile <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>AuthDBMGroupFile</directive> directive sets the
     name of a DBM file containing the list of user groups for user
-    authentication.  <var>File-path</var> is the absolute path to the
+    authorization.  <var>File-path</var> is the absolute path to the
     group file.</p>
 
     <p>The group file is keyed on the username. The value for a
index 0973477a0d0c2e999723d236fc40a9c10f8347ab..f3b14e1b27682e307d8d86bd7d7bbeae3ee8bac0 100644 (file)
@@ -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>