From 4aaa29f7f30d63d6916cc9f601a16f2e47313f87 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Fri, 5 Oct 2007 21:22:07 +0000 Subject: [PATCH] PR 43555 AuthBasicSource typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582395 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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:

-- 2.50.1