From: Daniel Gruno Date: Thu, 30 Aug 2012 17:34:52 +0000 (+0000) Subject: Note that AuthDBDUserRealmQuery is for Digest auth requests, not Basic auth. X-Git-Tag: 2.5.0-alpha~6372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6540790765e0dbd434c8998eeb4346b26b63f963;p=thirdparty%2Fapache%2Fhttpd.git Note that AuthDBDUserRealmQuery is for Digest auth requests, not Basic auth. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1379031 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index d176f2e2aa1..fcb75fc1d68 100644 --- a/docs/manual/mod/mod_authn_dbd.xml +++ b/docs/manual/mod/mod_authn_dbd.xml @@ -165,7 +165,8 @@ AuthDBDUserPWQuery "SELECT password FROM authn WHERE user = %s"

The AuthDBDUserRealmQuery specifies an - SQL query to look up a password for a specified user and realm. + SQL query to look up a password for a specified user and realm in a + digest authentication process. The user's ID and the realm, in that order, will be passed as string parameters when the SQL query is executed. They may be referenced within the query statement using %s format specifiers.