]> granicus.if.org Git - apache/commitdiff
PR 43555 AuthBasicSource typo
authorVincent Bray <noodl@apache.org>
Fri, 5 Oct 2007 21:22:07 +0000 (21:22 +0000)
committerVincent Bray <noodl@apache.org>
Fri, 5 Oct 2007 21:22:07 +0000 (21:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582395 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml

index a6b0cd2145d2080295977bbbe81fe78a0fba2948..24546f09cd9393d51773f245c121d43b402fae6e 100644 (file)
@@ -362,11 +362,11 @@ person in</title>
     problems, you may wish to store your passwords somewhere else, such
     as in a database.</p>
 
-    <p><module>mod_authn_dbm</module> and <module>mod_authn_dbd</module>
-    are two modules which make this possible. Rather than selecting
-    <directive module="mod_auth_basic">AuthBasicSource</directive> file,
-    instead you can choose <code>dbm</code> or <code>dbd</code> as your
-    storage format.</p>
+    <p><module>mod_authn_dbm</module> and <module>mod_authn_dbd</module> are two
+    modules which make this possible. Rather than selecting <code><directive
+    module="mod_auth_basic">AuthBasicProvider</directive> file</code>, instead
+    you can choose <code>dbm</code> or <code>dbd</code> as your storage
+    format.</p>
 
     <p>To select a dbd file rather than a text file, for example:</p>