Metadata-Version: 1.0
Name: Products.CAS4PAS
Version: 2.0.1
Summary: A PAS plugin that authenticates users against a CAS (Central Authentication Service) server.
Home-page: UNKNOWN
Author: Lennart Regebro
Author-email: UNKNOWN
License: ZPL
Description: CAS4PAS
        =======
        
        CAS4PAS is an implementation of the CAS single-signon for Zope corps
        Pluggable Authentication Service.
        
        
        Releasing
        ---------
        CAS4PAS is initialized to use bundleman as a release tool
        (http://public.dev.nuxeo.com/~ben/bundleman/)
        To make a new release of CAS4PAS all you need to do is install bundleman and
        use it to make the release:
        
        $ sudo easy_install bundleman
        $ cd CAS4PAS
        $ bm-product --release
        
        If you then bug Lennart Regebro he will update the CAS4PAS page on zope.org.
        
        
        To Do
        -----
        - In serious needs of tests and documentation.
        
        
        Contributors
        ------------
        Lennart Regebro (regebro@gmail.com) - Original developer
        Alexandre Sauv?? (mr.lex@free.fr) - CAS2 implementation
        
        
        2.0.1
        ~~~~~
        - Removed came_from check that was disruptive [derek_richardson]
        
        2.0
        ~~~
        - Included Alexandre Suav??'s widely used patch.
        
Keywords: zope PAS
Platform: UNKNOWN
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
