Lemonldap::Portal::CAS - Perl extension for lemonldap websso


Lemonldap-Portal-CAS documentation  | view source Contained in the Lemonldap-Portal-CAS distribution.

Index


NAME

Top

Lemonldap::Portal::CAS - Perl extension for lemonldap websso

Look at LoginCAS.PM example

SYNOPSIS

Top

  use Lemonldap::Portal::LoginCAS







DESCRIPTION

Top

 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

Top

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
 <location /portail>
  setHandler modperl
  perlresponsehandler Lemonldap::Handlers::LoginCAS
  PerlOptions +GlobalRequest
 </location>







Your application.xml is like this

<domain id="demo.net" Cookie="lemondemo" Sessionstore="memcached" Portal= "http://authen.demo.net/portail/accueil.pl" PortalCAS= "https://10.75.204.108:8443/esup/login" CASUrl ="https://10.75.204.108:8443" CASValidate ="/esup/serviceValidate" CASFile ="/certificate/ca.cer" ldap_server="ldap.demo.net" ldap_branch_people="ou=personnes,dc=demo,dc=net" >

EXPORT

None by default.

SEE ALSO

Top

  lemonldap websso framework 

AUTHOR

Top

Eric German , <germanlinux@yahoo.fr>

COPYRIGHT AND LICENSE

Top


Lemonldap-Portal-CAS documentation  | view source Contained in the Lemonldap-Portal-CAS distribution.