RE: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-12 Thread Rob Sterenborg
Nick Kew 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

Re: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-12 Thread Nick Kew
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 may > authenticate, but also it may not. I

RE: [EMAIL PROTECTED] DBD Authentication using MySQL

2006-08-12 Thread Rob Sterenborg
Nick Kew wrote: > On Friday 11 August 2006 09:56, Rob Sterenborg wrote: >> Ah. And I need the files modules/aaa/mod_authz_dbd.* for that I >> suppose. According to the doc "Available in Apache 2.2 and later". > > Hmm, that's not strictly true. > > When 2.2.0 was release

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 an

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 modules/aaa

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

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.

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 aroun