Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 20562 invoked from network); 10 Dec 2005 13:59:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Dec 2005 13:59:17 -0000 Received: (qmail 66347 invoked by uid 500); 10 Dec 2005 13:59:17 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 66317 invoked by uid 500); 10 Dec 2005 13:59:16 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 66301 invoked by uid 99); 10 Dec 2005 13:59:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 05:59:15 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 10 Dec 2005 05:59:15 -0800 Received: (qmail 20495 invoked by uid 65534); 10 Dec 2005 13:58:54 -0000 Message-ID: <20051210135854.20494.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r355744 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml Date: Sat, 10 Dec 2005 13:58:54 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rbowen Date: Sat Dec 10 05:58:50 2005 New Revision: 355744 URL: http://svn.apache.org/viewcvs?rev=355744&view=rev Log: Mention that digest auth can also be used with authn_dbd Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml?rev=355744&r1=355743&r2=355744&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_auth_digest.xml Sat Dec 10 05:58:50 2005 @@ -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.