On Sat, 3 Feb 2007 03:06:02 -0500
Ed Poe <[EMAIL PROTECTED]> wrote:

> And the following global config:
> DBDriver mysql
> DBDParams "host=localhost user=<redacted> pass=<redacted>  
> dbname=<redacted>"
> DBDPrepareSQL "SELECT encrypt(password) FROM <redacted> WHERE  
> login_id = %s" passquery
> DBDPersist off
> 
> 
> And the vhost looks like this:
> <VirtualHost *:80>
>          ServerName blog.<redacted>.com
>          <Directory "/home/httpd/blog/wordpress">
>                  AuthType Basic
>                  AuthName "Redacted Technology"
>                  AuthBasicProvider dbd
>                  AuthDBDUserPWQuery passquery

That'll fail because "passquery" here is a literal.
The label you defined above works at a different level,
and is irrelevant here.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to