From: Nick Kew Date: Tue, 6 Dec 2005 00:56:19 +0000 (+0000) Subject: Fix documentation bugs X-Git-Tag: 2.2.1~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d3fa3417d2dee73502890818a20ae207580dde;p=thirdparty%2Fapache%2Fhttpd.git Fix documentation bugs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@354249 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"