From: Vincent Bray
Date: Fri, 5 Oct 2007 21:31:53 +0000 (+0000)
Subject: PR 43555 AuthBasicSource typo
X-Git-Tag: 2.2.7~344
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2862f2bf7a4c4e58f7ed657c67335eec560b7e8;p=thirdparty%2Fapache%2Fhttpd.git
PR 43555 AuthBasicSource typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@582400 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml
index c9bcc69bf57..7e980e24f5a 100644
--- a/docs/manual/howto/auth.xml
+++ b/docs/manual/howto/auth.xml
@@ -349,11 +349,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: