You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/10/05 23:31:54 UTC

svn commit: r582400 - /httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml

Author: noodl
Date: Fri Oct  5 14:31:53 2007
New Revision: 582400

URL: http://svn.apache.org/viewvc?rev=582400&view=rev
Log:
PR 43555 AuthBasicSource typo

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml?rev=582400&r1=582399&r2=582400&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/howto/auth.xml Fri Oct  5 14:31:53 2007
@@ -349,11 +349,11 @@
     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>