diff options
author | André Malo <nd@apache.org> | 2004-12-11 09:24:03 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-12-11 09:24:03 +0100 |
commit | cb80a8b7a2a4cf8451e44a5935aaa328ff54f6d6 (patch) | |
tree | 85583343cb6b2229c69a2d3ad7a189764534cc71 /docs/manual/mod/mod_authz_dbm.html.en | |
parent | Remove AddDefaultCharset from the default configuration because (diff) | |
download | apache2-cb80a8b7a2a4cf8451e44a5935aaa328ff54f6d6.tar.xz apache2-cb80a8b7a2a4cf8451e44a5935aaa328ff54f6d6.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authz_dbm.html.en')
-rw-r--r-- | docs/manual/mod/mod_authz_dbm.html.en | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_authz_dbm.html.en b/docs/manual/mod/mod_authz_dbm.html.en index 4ef81c70e6..8435f7c7b7 100644 --- a/docs/manual/mod/mod_authz_dbm.html.en +++ b/docs/manual/mod/mod_authz_dbm.html.en @@ -157,7 +157,7 @@ modules</td></tr> <div class="directive-section"><h2><a name="AuthzDBMType" id="AuthzDBMType">AuthzDBMType</a> <a name="authzdbmtype" id="authzdbmtype">Directive</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Sets the type of database file that is used to -store passwords</td></tr> +store list of user groups</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>AuthzDBMType default|SDBM|GDBM|NDBM|DB</code></td></tr> <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>AuthzDBMType default</code></td></tr> <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory, .htaccess</td></tr> @@ -165,12 +165,13 @@ store passwords</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_authz_dbm</td></tr> </table> - <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> </div> |