NAME
Lemonldap::Portal::CAS - Perl extension for lemonldap websso
Look at LoginCAS.PM example
SYNOPSIS
use Lemonldap::Portal::LoginCAS
DESCRIPTION
Lemonldap is a Reverse-proxy webSSO and CAS (Central Authentification Service) is an another websso from Yales university .
CAS acts like Authentification service NOT for authorization service .
These modules give the capacity at a lemonldap to resquest authentication upon CAS server.
So , an user will be authenticate on CAS server AND authozized by lemonldap
Need AuthCAS module .
INSTALLATION
First intall lemonlap (see http://lemonldap.objecweb.org) )
Configures your Apache like this :
PerlSetVar Domain demo.net
PerlSetVar Configfile /usr/local/monapache/conf/application.xml
setHandler modperl
perlresponsehandler Lemonldap::Handlers::LoginCAS
PerlOptions +GlobalRequest
Your application.xml is like this
EXPORT
None by default.
SEE ALSO
lemonldap websso framework
AUTHOR
Eric German ,
COPYRIGHT AND LICENSE
Copyright (C) 2007 by lemonasso
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself, either Perl version 5.8.5 or, at
your option, any later version of Perl 5 you may have available.