diff options
author | Vincent Bray <noodl@apache.org> | 2007-10-05 23:22:07 +0200 |
---|---|---|
committer | Vincent Bray <noodl@apache.org> | 2007-10-05 23:22:07 +0200 |
commit | 4aaa29f7f30d63d6916cc9f601a16f2e47313f87 (patch) | |
tree | 56ea841d8cb60c72346cf6e390be380d58f8aac7 /docs | |
parent | As APR 1.2.x cannot solve it's issues with apr_proc_create(), (diff) | |
download | apache2-4aaa29f7f30d63d6916cc9f601a16f2e47313f87.tar.xz apache2-4aaa29f7f30d63d6916cc9f601a16f2e47313f87.zip |
PR 43555 AuthBasicSource typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582395 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/howto/auth.xml | 10 |
1 files 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</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> |