Metadata-Version: 1.1
Name: ftw.casauth
Version: 1.0.0
Summary: Plone PAS plugin for authentication against CAS.
Home-page: https://github.com/4teamwork/ftw.casauth
Author: Thomas Buchberger
Author-email: mailto:t.buchberger@4teamwork.ch
License: GPL2
Description: .. contents::
        
        Introduction
        ============
        
        This product provides a PAS plugin for authentication of users in Plone
        against a CAS (Central Autentication Server).
        
        It currently supports CAS 2.0 and CAS 3.0 protocols.
        
        
        Installation
        ============
        
        Add ``ftw.casauth`` to the list of eggs in your buildout, run buildout and
        restart your instance.
        
        In the ZMI navigate to your ``acl_users`` folder and add a CAS Authentication Plugin.
        You must provide the url of your CAS server, e.g. https://cas.server.net. Then
        activate the Challenge, Extraction and Authentication functionality.
        
        
        Links
        =====
        
        - Github: https://github.com/4teamwork/ftw.casauth
        - Issues: https://github.com/4teamwork/ftw.casauth/issues
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.casauth`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        1.0.0 (2015-11-25)
        ------------------
        
        - Initial release.
          [buchi]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
