Giter VIP home page Giter VIP logo

lemonldap-portal-cas's Introduction

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
     <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
      lemonldap websso framework 

AUTHOR
    Eric German , <[email protected]>

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.

lemonldap-portal-cas's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.