diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-08-30 19:34:52 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-08-30 19:34:52 +0200 |
commit | 6540790765e0dbd434c8998eeb4346b26b63f963 (patch) | |
tree | 6cd12e222e6cb663f34a76ee80ab97735e91b6fb /docs/manual/mod/mod_authn_dbd.xml | |
parent | xforms (diff) | |
download | apache2-6540790765e0dbd434c8998eeb4346b26b63f963.tar.xz apache2-6540790765e0dbd434c8998eeb4346b26b63f963.zip |
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
Diffstat (limited to 'docs/manual/mod/mod_authn_dbd.xml')
-rw-r--r-- | docs/manual/mod/mod_authn_dbd.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index d176f2e2aa..fcb75fc1d6 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" <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> |