Maxim Nechaev wrote:
> Maybe, i use wrong handler to change AuthName?
you should be able to change it from anywhere I'd think, especially prior to
authentication and via the insertion mechanism.
make sure that you can run the test that exercises $r->auth_name from the
mod_perl test suite
$ t
Maybe, i use wrong handler to change AuthName?
Maxim Nechaev
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
Maxim Nechaev wrote:
> Hi!
>
> I want set AuthName from hadler(), instead from httpd.conf.
> I put in Authen handler:
>
> ...
> sub handler
> {
> my $r = shift;
>
> $r->auth_name('Decline authorization');
> #^^
>
> my ($status, $password) = $r->get_bas