]> granicus.if.org Git - apache/commitdiff
More authn/authz error.
authorYoshiki Hayashi <yoshiki@apache.org>
Sat, 11 Dec 2004 00:35:37 +0000 (00:35 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Sat, 11 Dec 2004 00:35:37 +0000 (00:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111560 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authz_dbm.xml

index c04212db2b575df13868eecd7019f46da403ad2f..7b79f550dc6b47dc625fe4d3ab01c3063dab8e26 100644 (file)
@@ -99,7 +99,7 @@ of user groups for authorization</description>
 <directivesynopsis>
 <name>AuthzDBMType</name>
 <description>Sets the type of database file that is used to
-store passwords</description>
+store list of user groups</description>
 <syntax>AuthzDBMType default|SDBM|GDBM|NDBM|DB</syntax>
 <default>AuthzDBMType default</default>
 <contextlist><context>directory</context><context>.htaccess</context>
@@ -107,12 +107,13 @@ store passwords</description>
 <override>AuthConfig</override>
 
 <usage>
-    <p>Sets the type of database file that is used to store the passwords.
+    <p>Sets the type of database file that is used to store the list
+    of user groups.
     The default database type is determined at compile time.  The
     availability of other types of database files also depends on
     <a href="../install.html#dbm">compile-time settings</a>.</p>
 
-    <p>It is crucial that whatever program you use to create your password
+    <p>It is crucial that whatever program you use to create your group
     files is configured to use the same type of database.</p>
 </usage>
 </directivesynopsis>