Metadata-Version: 1.0
Name: Products.ldapconnection
Version: 0.1a1
Summary: LDAP connection for Zope
Home-page: http://pypi.python.org/pypi/Products.ldapconnection
Author: Ricardo Alves
Author-email: rsa@eurotux.com
License: GPL
Description: Description
        
        This zope product features an LDAP connection that can be used to
        perform LDAP (version 3) operations through Zope, the same way as SQL
        connections.
        
        Tests
        
        To run unit tests you need to have a configured LDAP server, and fill
        the settings in tests/config file.
        
        
        Credits
        
        Eurotux Development Team <udp at eurotux dot com> -
        Development of Products.ldapconnection.
        
        SharedResource is copyright by Dieter Maurer <dieter at handshake dot de>
        
        License
        
        Products.ldapconnection is licensed under the GNU Public License V 2.1.
        For more information, please read LICENSE.txt.
        
        
        Changelog
        =========
        
        0.1 - Unreleased
        ----------------
        
        * Initial release
        
        
Keywords: zope ldap
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
