Re: Odd problem with mod_authn_dbd and mysql

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 3 Feb 2007 03:06:02 -0500
Ed Poe <thinman@xxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux