Re: [mp2] Can't change AuthName

2004-12-04 Thread Geoffrey Young
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

Re: [mp2] Can't change AuthName

2004-12-03 Thread Maxim Nechaev
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

Re: [mp2] Can't change AuthName

2004-12-02 Thread Geoffrey Young
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