From: Daniel Gruno Date: Sat, 1 Sep 2012 06:56:31 +0000 (+0000) Subject: backport r1379031: Note that AuthDBDUserRealmQuery is for Digest auth requests, not... X-Git-Tag: 2.2.24~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658d895f8c08175ffb0759e56445d3ddec32c461;p=thirdparty%2Fapache%2Fhttpd.git backport r1379031: Note that AuthDBDUserRealmQuery is for Digest auth requests, not Basic auth. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1379700 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index f936bbec25d..c51f9a9c14c 100644 --- a/docs/manual/mod/mod_authn_dbd.xml +++ b/docs/manual/mod/mod_authn_dbd.xml @@ -151,7 +151,8 @@ AuthDBDUserPWQuery \

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.