[EMAIL PROTECTED] mod_authn_dbd password matching issue

2006-02-28 Thread Fred McCann
I'm trying to configure mod_authn_dbd on Apache 2.2 + Postgres 8 + FreeBSD 6 stable. Here's what I've got:#Database ManagementDBDriver pgsqlDBDParams "dbname=UserDirectory user=UserDirectory password=foo"DBDMin  1DBDKeep 2DBDMax  10DBDExptime 60#Authentication Section    AuthType Basic    AuthName

[EMAIL PROTECTED] Configuring mod_authn_dbd + Apache 2.2 + Postgres 8

2006-02-27 Thread Fred McCann
I'm trying to configure mod_authn_dbd on Apache 2.2 + Postgres 8 + FreeBSD 6 stable. Here's what I've got:#Database ManagementDBDriver pgsqlDBDParams "dbname=UserDirectory user=UserDirectory password=foo"DBDMin  1DBDKeep 2DBDMax  10DBDExptime 60#Authentication Section    AuthType Basic    AuthName

[EMAIL PROTECTED] Re: Configuring mod_authn_dbd with apr_dbd_mysql on Apache 2.2

2006-02-26 Thread Fred McCann
Nick Kew wrote: > On Sunday 26 February 2006 19:09, Fred McCann wrote: > >> Is there anything I got wrong here? Is apr_dbd_mysql incompatible >> with my version of MySQL, FreeBSD, or Apache? > > That's a difficult one. Are you using apr_dbd_mysql from up-to- date s

[EMAIL PROTECTED] Configuring mod_authn_dbd with apr_dbd_mysql on Apache 2.2

2006-02-26 Thread Fred McCann
I'm trying to configure mod_authn_dbd to use a mysql database. I'm running MySQL 5.0.18 and Apache 2.2 on FreeBSD 6.0-RELEASE. Here's what I have for configuration: # Database Management DBDriver mysql #Connection string: database name and login credentials DBDParams "dbname=UserDirectory us

[EMAIL PROTECTED] Re: Trying to build apr_dbd_mysql on Apache 2.2.0 / OS X 10.4.5

2006-02-19 Thread Fred McCann
Thanks for the heads up. I rebuilt apr-1.2.2, apr-util-1.2.2, and httpd-2.2.0 from source. I copied apd_dbd_mysql.c to the dbd directory of apr-util-1.2.2 and built it with the following commands: ./makeconf ./configure --with-apr=/usr/local/apr/bin/apr-1-config --with-expat=/ opt/local \

[EMAIL PROTECTED] Trying to build apr_dbd_mysql on Apache 2.2.0 / OS X 10.4.5

2006-02-18 Thread Fred McCann
I'm trying to build apr_dbd_mysql on on Apache 2.2.0 / OS X 10.4.5 so I can use the mysql driver for mod_authn_dbd. I installed Apache2 via darwin ports and I downloaded apr_dbd_mysql.c from http:// apache.webthing.com/svn/apache/apr/apr_dbd_mysql.c. I'm not sure that I'm correctly building