You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/09/01 08:56:32 UTC

svn commit: r1379700 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml

Author: humbedooh
Date: Sat Sep  1 06:56:31 2012
New Revision: 1379700

URL: http://svn.apache.org/viewvc?rev=1379700&view=rev
Log:
backport r1379031: Note that AuthDBDUserRealmQuery is for Digest auth requests, not Basic auth.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml?rev=1379700&r1=1379699&r2=1379700&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_authn_dbd.xml Sat Sep  1 06:56:31 2012
@@ -151,7 +151,8 @@ AuthDBDUserPWQuery \
 
 <usage>
     <p>The <directive>AuthDBDUserRealmQuery</directive> 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 <code>%s</code> format specifiers.</p>