[us...@httpd] mod_authn_dbd

2010-02-23 Thread James Jones
I have some weird issues with mod_auth_dbd and mysql. It would appear that mod_authn_dbd is not replacing the %s in the stamenet AuthDBDUserRealmQuery select password from users where username = '%s' and realm = '%s' My query log look like this: 100223 9:38:05 80 Connect

[us...@httpd] mod_authn_dbd/mod_dbd problem with oracle

2009-01-12 Thread RJones1
I'm running Apache 2.2.11 with ssl on windows and can't seem to get the configuration right to use oracle for authentication. I've been searching for a day now and can't find anything to help me make real progress. So far I've installed the oracle 11gR1 client (11.1.0.6.0), which according to

Re: [us...@httpd] mod_authn_dbd/mod_dbd problem with oracle

2009-01-12 Thread Nick Kew
On Mon, 12 Jan 2009 10:02:46 -0800 (PST) RJones1 randy_jo...@esri.com wrote: I'm running Apache 2.2.11 with ssl on windows and can't seem to get the configuration right to use oracle for authentication. I've been searching for a day now and can't find anything to help me make real progress.

Re: [us...@httpd] mod_authn_dbd/mod_dbd problem with oracle

2009-01-12 Thread RJones1
I didn't compile APR or do anything special to my Apache installation. It was my understanding, maybe incorrectly, that Apache 2.2.9 and later came with the right version of APR so that if using odbc, oracle, postgress, or sqlite you didn't need to do anything special. That being said the

Re: [us...@httpd] mod_authn_dbd/mod_dbd problem with oracle

2009-01-12 Thread RJones1
Ok, I now have a success story to tell. So Nick pointed me in the right direction with the OS 126 error. I went to try to create an odbc connection and got the same exception. My 3rd Google search resulted in http://forums.oracle.com/forums/thread.jspa?threadID=527220tstart=0 this forum which