RE: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-12 Thread Rob Sterenborg
Nick Kew mailto:[EMAIL PROTECTED] wrote: On Saturday 12 August 2006 09:43, Rob Sterenborg wrote: But, I'm starting to feel stupid now and here's why. When I point the browser to the url I'm prompted for my user/pass. When I enter that information, there's no telling what Apache will do: it

Re: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-11 Thread Rob Sterenborg
On Thu, August 10, 2006 17:48, Nick Kew wrote: The AuthDBDUserPWQuery directive contains User. Should it also work for Require group? Nope. If you want to check groups from your database, you'll need mod_authz_dbd and Require dbd-group admins Ah. And I need the files

Re: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-11 Thread Nick Kew
On Friday 11 August 2006 09:56, Rob Sterenborg wrote: On Thu, August 10, 2006 17:48, Nick Kew wrote: The AuthDBDUserPWQuery directive contains User. Should it also work for Require group? Nope. If you want to check groups from your database, you'll need mod_authz_dbd and Require

[EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-10 Thread Rob Sterenborg
Hi all, It took me a long time but I was finally able to compile Apache with DBD and get it working. That is: it seems to authenticate (no errors indicating otherwise) but it reports an error about an Authoritative handler. Searching around to resolve that I was pointed to the

Re: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-10 Thread Joshua Slive
On 8/10/06, Rob Sterenborg [EMAIL PROTECTED] wrote: Hi all, It took me a long time but I was finally able to compile Apache with DBD and get it working. That is: it seems to authenticate (no errors indicating otherwise) but it reports an error about an Authoritative handler. Searching around

Re: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-10 Thread Rob Sterenborg
On Thu, August 10, 2006 15:45, Joshua Slive wrote: ... Below is the config for the test directory and the error I get. As you can see, AuthBasicAuthoritative is not set so should default to On. (No .htaccess files in use.) I tried both settings, but the same error keeps showing up. Can

Re: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-10 Thread Nick Kew
On Thursday 10 August 2006 15:40, Rob Sterenborg wrote: When I use: Require user me I'm authenticated correctly and see the directory listing. So you've got authn_dbd is working. When I use: Require group admins That uses mod_authz_groupfile and an AuthGroupFile directive. I get the same