Hello,
I'm trying to get this AuthTicket stuff to work, but somehow I can't
manage it. Problem it, that when I try to access a site that has this
stuff defined:
<Location /foo>
AuthType Apache::AuthTicket
AuthName Foo
PerlAuthenHandler Apache::AuthTicket->authenticate
PerlAuthzHandler Apache::AuthTicket->authorize
require valid-user
</Location>
Then in errorlog I get these messages:
Can't locate object method "authenticate" via package
"Apache::AuthTicket".
[Tue Jan 15 11:39:59 2002] [error] Can't locate authenticate.pm in @INC
(@INC contains: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd
/usr/local/lib/perl5/site_perl/5.005 . /usr/local/apache/
/usr/local/apache/lib/perl) at (eval 23) line 3.
AuthTicket.pm is in @INC path. But if I searched for authenticate and
authorize methods I couldn't find them anywhere. Maybe I must install
some more packages to get it working (Apache::AuthCookie is installed)?
Thnx in advance,
Viljo