]> granicus.if.org Git - apache/commitdiff
A little cleanup on the AuthDBMType Directive.
authorJoshua Slive <slive@apache.org>
Sun, 30 Dec 2001 15:17:48 +0000 (15:17 +0000)
committerJoshua Slive <slive@apache.org>
Sun, 30 Dec 2001 15:17:48 +0000 (15:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92665 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_auth_dbm.html

index e0e09a448b6dc3bee5541ec6b14ab05b48a26d44..09b8a237705f49b496e78b0e2de0dd81be99e40b 100644 (file)
@@ -32,9 +32,7 @@
     <p>This module provides for HTTP Basic Authentication, where
     the usernames and passwords are stored in DBM type database
     files. It is an alternative to the plain text password files
-    provided by <a href="mod_auth.html">mod_auth</a> and the
-    Berkely DB password files provided by <a
-    href="mod_auth_db.html">mod_auth_db</a>.</p>
+    provided by <a href="mod_auth.html">mod_auth</a>.</p>
 
     <h2>Directives</h2>
 
     problem.</p>
 
     <p>A perl script called
-    href="../programs/dbmmanage.html"&gt;dbmmanage is included with
+    <a href="../programs/dbmmanage.html">dbmmanage</a> is included with
     Apache. This program can be used to create and update DBM
     format password files for use with this module.</p>
     See also <a href="core.html#authname">AuthName</a>, <a
 
     <h2><a id="authdbmtype"
     name="authdbmtype">AuthDBMType</a></h2>
-    <!--%plaintext &lt;?INDEX {\tt AuthDBMType} directive&gt; -->
     <a href="directive-dict.html#Syntax"
     rel="Help"><strong>Syntax:</strong></a> AuthDBMType
-    <em>type of DBM being used</em><br />
+    default|SDBM|GDBM|DB<br />
      <a href="directive-dict.html#Default"
     rel="Help"><strong>Default:</strong></a>
-<code>AuthDBMType default</code>(which sets it to the default DBM compiled in)<br />
-
+     <code>AuthDBMType default</code><br />
      <a href="directive-dict.html#Context"
     rel="Help"><strong>Context:</strong></a> directory,
     .htaccess<br />
     rel="Help"><strong>Status:</strong></a> Extension<br />
      <a href="directive-dict.html#Module"
     rel="Help"><strong>Module:</strong></a> mod_auth_dbm 
-<p>Setting this directive allows the user to change the type of DBM file which holds the user data. Current valid values are (SDBM | GDBM | DB) these may not all be available on your system</p>
+
+<p>Sets the type of database file that is used to store the passwords.
+The default database type is determined at compile time.  The
+availability of other types of database files also depends on
+compile-time settings.</p>
+
+<p>It is crucial that whatever program you use to create your password
+files is configured to use the same type of database.</p>
+
        <hr /> 
     <h2><a id="authdbmauthoritative"
     name="authdbmauthoritative">AuthDBMAuthoritative</a></h2>