]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport r1379031: Note that AuthDBDUserRealmQuery is for Digest auth requests, not...
authorDaniel Gruno <humbedooh@apache.org>
Sat, 1 Sep 2012 06:56:31 +0000 (06:56 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 1 Sep 2012 06:56:31 +0000 (06:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1379700 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_dbd.xml

index f936bbec25d7c85be57cbaea55c69227f3d287b6..c51f9a9c14c92241cecf4036fa7109f698a2082e 100644 (file)
@@ -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>