hi!

> 
> I'm trying to write a custom Auth/Authz handler, and want to handle
> the failure within my module as well, sharing some variables that I've
> already determined during the failure.  I can't output content during
> the Authz phase (or can I?), so I need to set up a very custom
> handler.

 You can certainly output content, if you pass a scalar to custom_response,
that's what will get displayed when the error is returned. so you could
at least generate a custom message and pass it in... not as neat, but it
works.

aaron
 
> 
> Anyone done anything like this?  Am I heading down a dark damp tunnel?
> 
> -- 
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
> <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
> See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to