From: Nick Kew Date: Tue, 6 Dec 2005 00:54:29 +0000 (+0000) Subject: Fix documentation bugs X-Git-Tag: 2.3.0~2691 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12164497e957a7e490cbe560e8e47576fd4faaf1;p=thirdparty%2Fapache%2Fhttpd.git Fix documentation bugs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354248 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index 0296eaaa361..897dd051a45 100644 --- a/docs/manual/mod/mod_authn_dbd.xml +++ b/docs/manual/mod/mod_authn_dbd.xml @@ -101,7 +101,6 @@ DBDExptime 60 AuthDBDUserPWQuery query directory -AuthConfig

The AuthDBDUserPWQuery specifies an @@ -123,17 +122,16 @@ DBDExptime 60 AuthDBDUserRealmQuery query directory -AuthConfig -

The AuthDBDUserRealmPWQuery specifies an +

The AuthDBDUserRealmQuery specifies an SQL query to look up a password for a specified user and realm. The query must take two string (typically SQL varchar) arguments (username and realm), and return a single value (encrypted password).

- AuthDBDUserRealmPWQuery "SELECT password FROM authn - WHERE username = %s AND realm = %s" + AuthDBDUserRealmQuery "SELECT password FROM authn + WHERE username = %s AND realm = %s"