From: Ryan Parr <[EMAIL PROTECTED]>

> If you have an access handler return OK, then the access handling stops.
> Because that handler handled it.
> 
> So as far as I know:
>   $r->push_handlers('PerlAuthenHandler', 'Some::handler');
>   return DECLINED;
> 
> should work...

Yeah, I tried that. I've also tried AUTH_REQUIRED, FORBIDDEN, and DONE. Since the 
authentication phase is after the access phase, my guess has been that the return from 
the access phase shouldn't effect the authentication phase. That is, of course, unless 
the access phase returns something like SERVER_ERROR. Right?


---
Rodney Broom
President, R.Broom Consulting
http://www.rbroom.com/


Reply via email to