Metadata-Version: 1.1
Name: schooltool.ldap
Version: 1.0
Summary: LDAP authentication plugin for SchoolTool
Home-page: http://www.schooltool.org
Author: SchoolTool Developers
Author-email: schooltool-developers@lists.launchpad.net
License: GPL
Description: Allows users to authenticate to SchoolTool using LDAP.
        
        Deployment
        ----------
        
        Here is what it takes to get this plugin deployed:
        
        1) schooltool.ldap needs to be in the path (whether as an egg or as
           part of a sandbox)
        
        2) you can configure ldap before first start by adding to schooltool.conf::
        
            %import schooltool.ldap
            <ldap_authentication>
              uri ldap://localhost:389
            </ldap_authentication>
        
        3) or through the web from the Server tab.
        
        See http://book.schooltool.org/ldap.html for more information
        
        
        =======
        CHANGES
        =======
        
        1.0 (2012-09-21)
        ----------------
        
        First release.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Zope
Classifier: Topic :: Education
Classifier: Topic :: Office/Business :: Scheduling
