Commit 9ff99c1b authored by Yoshiki Hayashi's avatar Yoshiki Hayashi
Browse files

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
parent cb25e650
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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>