Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF6637462 for ; Sun, 7 Aug 2011 21:10:45 +0000 (UTC) Received: (qmail 73888 invoked by uid 500); 7 Aug 2011 21:10:45 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 73673 invoked by uid 500); 7 Aug 2011 21:10:44 -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 73656 invoked by uid 99); 7 Aug 2011 21:10:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2011 21:10:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2011 21:10:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8668C23888CE; Sun, 7 Aug 2011 21:10:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1154769 - /httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml Date: Sun, 07 Aug 2011 21:10:21 -0000 To: cvs@httpd.apache.org From: niq@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110807211021.8668C23888CE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: niq Date: Sun Aug 7 21:10:20 2011 New Revision: 1154769 URL: http://svn.apache.org/viewvc?rev=1154769&view=rev Log: Typo fix (thanks to Tom Browder on users@) Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml?rev=1154769&r1=1154768&r2=1154769&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml Sun Aug 7 21:10:20 2011 @@ -150,8 +150,8 @@ AuthDBDUserPWQuery \ names of the form AUTHENTICATE_COLUMN.

The encrypted password format depends on which authentication - frontend (e.g. mod_authn_basic or - mod_authn_digest) is being used. See mod_auth_basic or + mod_auth_digest) is being used. See Password Formats for more information.

@@ -185,8 +185,8 @@ AuthDBDUserRealmQuery \ names of the form AUTHENTICATE_COLUMN.

The encrypted password format depends on which authentication - frontend (e.g. mod_authn_basic or - mod_authn_digest) is being used. See mod_auth_basic or + mod_auth_digest) is being used. See Password Formats for more information.