]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backported mod_authn_dbm documentation update. Corrected broken link and add an examp...
authorLuca Toscano <elukey@apache.org>
Tue, 17 May 2016 06:22:51 +0000 (06:22 +0000)
committerLuca Toscano <elukey@apache.org>
Tue, 17 May 2016 06:22:51 +0000 (06:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1744186 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_dbm.xml

index 251739d8a311dd5b863ef6c1e754224ed8770e2c..c2af23217b2f8ea0cfba24d72c6737807a8ebc8a 100644 (file)
@@ -89,7 +89,7 @@ passwords for authentication</description>
     more information.</p>
 
     <p>Important compatibility note: The implementation of
-    <code>dbmopen</code> in the apache modules reads the string length of
+    <code>dbmopen</code> in the Apache modules reads the string length of
     the hashed values from the DBM data structures, rather than relying
     upon the string being NULL-appended. Some applications, such as
     the Netscape web server, rely upon the string being
@@ -118,9 +118,14 @@ store passwords</description>
 
 <usage>
     <p>Sets the type of database file that is used to store the passwords.
-    The default database type is determined at compile time.  The
+    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>
+    <a href="../programs/configure.html#options">compile-time settings</a>.</p>
+
+    <p>For example, in order to enable the support for Berkeley DB
+    (correspondent to the <code>db</code> type) the
+    <code>--with-berkeley-db</code> option needs to be added to httpd's
+    configure to generate the necessary DSO.</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>