From: Rich Bowen
Date: Sat, 10 Dec 2005 14:00:05 +0000 (+0000)
Subject: Mention that digest can also be used with authn_dbd
X-Git-Tag: 2.3.0~2681
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5554f96249aa001011dfcab3c52b10918e69409c;p=thirdparty%2Fapache%2Fhttpd.git
Mention that digest can also be used with authn_dbd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@355745 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml
index b4bfdb5309e..cdbc7b159a6 100644
--- a/docs/manual/mod/mod_auth_digest.xml
+++ b/docs/manual/mod/mod_auth_digest.xml
@@ -136,8 +136,8 @@
by the mod_authn_file module. Make sure
that the chosen provider module is present in the server.
- See mod_authn_dbm and mod_authn_file
- for providers.
+ See mod_authn_dbm, mod_authn_file,
+ and mod_authn_dbd for providers.