Metadata-Version: 1.0
Name: Products.EasyUserAuthenticator
Version: 1.0.1
Summary: Basic IMAP authentication plugin, suitable for customization towards other authentication backends
Home-page: http://www.nidelven-it.no/d
Author: Morten W. Petersen
Author-email: info@nidelven-it.no
License: GPL
Description: Basic authentication plugin, suitable for customization
        to work towards other authentication backends.
        
        Gives users who authenticate the roles Editor, Reviewer
        and Member.  To change the roles given, edit config.py
        
        Just customize authenticate in plugin.py if you want
        to authenticate towards a different kind of backend,
        say POP, PAM, MySQL or anything you like, really.  :)
        
        Thanks to PAS, PluggableAuth authors and Jeremy Stark, who wrote:
        
        http://plone.org/documentation/kb/simple-plonepas-example/tutorial-all-pages
        
        -Morten (morten@nidelven-it.no)
        
        
        1.0.1 (2012-04-09)
        
              - Bumping version for eggified product
        
Keywords: python zope pas authentication imap silva plone
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Zope2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Email
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
