Re: MP2 PerlAuthenHandler and Apache2::Access

2006-03-31 Thread Tom Schindl
Isn't the first object passed the class it self if you use method-style. The error message seems to say this ;-) sub handler { my $self = shift; my $r= shift; ... } Tom John Russell wrote: > Hi, > > I'm trying to migrate from MP1 to MP2 and having trouble with > > get_basic_auth_pw a

MP2 PerlAuthenHandler and Apache2::Access

2006-03-31 Thread John Russell
Hi, I'm trying to migrate from MP1 to MP2 and having trouble with get_basic_auth_pw and note_basic_auth_failure which can not be found .. ... AuthName Database AuthType Basic PerlAuthenHandler Xdb::AuthOra2->handler require valid-user PerlResponseHandler Xdb::Apache