From 12164497e957a7e490cbe560e8e47576fd4faaf1 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Tue, 6 Dec 2005 00:54:29 +0000 Subject: [PATCH] Fix documentation bugs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@354248 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authn_dbd.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index 0296eaaa36..897dd051a4 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"
-- 2.49.0