On Wed, 04 Jul 2007 10:23:44 -0600
Aaron Dalton <[EMAIL PROTECTED]> wrote:

> .  The problem is that everytime I try to
> authenticate I get a 500 error and the following log entry: "No DBD
> Authn configured!"

That's not the message you get if the driver isn't configured (unless
there are other messages you've omitted).


> DBDriver        mysql
> DBDParams       "host=sqlserver dbname=** user=** pass=**"

[chop]

> <VirtualHost>
>    <Directory>
>          AuthType        Basic
>          AuthBasicProvider dbd
>          AuthDBDUserPWQuery "SELECT password FROM users WHERE
> username=%s" AuthName         "Super Duper Games"
> 
>          <limit PUT POST DELETE>
>                  Require         valid-user
>          </limit>
>    </Directory>
> </VirtualHost>

Does it make any difference if you put the DBD* directives inside the
<VirtualHost> container?


-- 
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