]> granicus.if.org Git - apache/commitdiff
Updated broken link and added a clarification example for mod_authn_dbm. PR: 59558
authorLuca Toscano <elukey@apache.org>
Sun, 15 May 2016 21:02:10 +0000 (21:02 +0000)
committerLuca Toscano <elukey@apache.org>
Sun, 15 May 2016 21:02:10 +0000 (21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1743967 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_dbm.xml

index 0d032f09f0d25f6d67d35a8b9d124eb88e55b411..5e72af9d972e06085e588b800949d1def8756b5c 100644 (file)
@@ -88,7 +88,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
@@ -117,9 +117,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>