On Mon, Jul 03, 2006 at 09:01:29PM +0100, Adrian Bridgett wrote: > at the bottom of mysql_check_auth it has: > > if (! sec->authoritative) > return DECLINED; > .. > return HTTP_UNAUTHORIZED; > > The problem for me is that it is going through the DECLINED route > rather than the HTTP_UNAUTHORIZED route. I've tried various changes > to the config file but can't get it think that it is authoritative.
There's debugging code somewhere that prints out whether the module thinks it's authoritative, I think. At the very least you could add some. I guess that either something somewhere is turning sec->authoritative off, or the code to turn it on in response to the config item is buggered (either is possible, though I'd probably put a bit more on the latter, from past experience). > All the code looks right (AFAICT) so I must be missing something. Apache module code is like that. > Auth_MySQL_DB jira I feel for you. At least I only have to use it -- I can't imagine what it must be like to have to administer it... - Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]