Metadata-Version: 1.1
Name: schooltool.ldap
Version: 1.0.2
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.2 (2014-02-07)
        ------------------
        
        - Support non-ascii characters in data coming from LDAP (https://launchpad.net/bugs/1277518)
        
        
        1.0.1 (2013-12-12)
        ------------------
        
        - Fix failure to start when example /etc/ldap.conf exists (https://launchpad.net/bugs/1251181)
        - Add Dutch and Sinhalese translations.
        
        
        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 :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Zope
Classifier: Topic :: Education
