From: Rich Bowen
Date: Sat, 10 Dec 2005 13:58:50 +0000 (+0000)
Subject: Mention that digest auth can also be used with authn_dbd
X-Git-Tag: 2.2.1~205
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=652a6ac5539ec0b384512ca2e395bb183f1bbe92;p=thirdparty%2Fapache%2Fhttpd.git
Mention that digest auth can also be used with authn_dbd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@355744 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.