[Catalyst] Authentication: first steps

Hartmaier Alexander Alexander.Hartmaier at t-systems.at
Thu Jul 14 13:03:09 CEST 2005


Does anybody know the difference between
Catalyst::Plugin::Authenticate::
and
Catalyst::Plugin::Authentication::
???

I want to use Kerberos so that the user doesn't need to enter his
username/password.
Works well with mod_auth_kerb.
I assume I loose this feature with
Catalyst::Plugin::Authenticate::Kerberos...

-Alex


> -----Ursprüngliche Nachricht-----
> Von: catalyst-bounces at lists.rawmode.org [mailto:catalyst-
> bounces at lists.rawmode.org] Im Auftrag von Marcello
> Gesendet: Donnerstag, 14. Juli 2005 11:58
> An: The elegant MVC web framework
> Betreff: Re: [Catalyst] Authentication: first steps
> 
> Mike McKay ha scritto:
> > Hartmaier Alexander wrote:
> >
> >> When logging in firefox wants to save favicon.ico, IE works as
> expected.
> >> How to fix this?
> >
> >
> > Firefox request favicon.ico from every site it visits. If it finds one
> > then you get that nice little icon in the URL bar - and when you make
> a
> > bookmark it uses the favicon.ico as well.
> >
> > So to handle this in catalyst you can any of the following:
> > - ignore it
> > - make a method to handle it
> > - use Catalyst::Plugin::Static to serve up a favicon.ico file when
> > requested
> >
> > HTH
> > Mike
> >
> >
> > _______________________________________________
> > Catalyst mailing list
> > Catalyst at lists.rawmode.org
> > http://lists.rawmode.org/mailman/listinfo/catalyst
> >
> 
> Attached you find the favicon.ico version that I'm using.
> 
> sub favicon : Path('/favicon.ico') {
>      my ( $self, $c ) = @_;
>      $c->res->redirect('/static/favicon.ico');
> }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5544 bytes
Desc: not available
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20050714/712c16df/smime.bin


More information about the Catalyst mailing list