From: Vincent Bray
Date: Fri, 5 Oct 2007 21:22:07 +0000 (+0000)
Subject: PR 43555 AuthBasicSource typo
X-Git-Tag: 2.3.0~1357
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aaa29f7f30d63d6916cc9f601a16f2e47313f87;p=apache
PR 43555 AuthBasicSource typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582395 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml
index a6b0cd2145..24546f09cd 100644
--- a/docs/manual/howto/auth.xml
+++ b/docs/manual/howto/auth.xml
@@ -362,11 +362,11 @@ person in
problems, you may wish to store your passwords somewhere else, such
as in a database.
- mod_authn_dbm and mod_authn_dbd
- are two modules which make this possible. Rather than selecting
- AuthBasicSource file,
- instead you can choose dbm
or dbd
as your
- storage format.
+ mod_authn_dbm and mod_authn_dbd are two
+ modules which make this possible. Rather than selecting AuthBasicProvider file
, instead
+ you can choose dbm
or dbd
as your storage
+ format.
To select a dbd file rather than a text file, for example: