Metadata-Version: 1.0
Name: dataflake.ldapconnection
Version: 0.3
Summary: LDAP connection library
Home-page: http://pypi.python.org/pypi/dataflake.ldapconnection
Author: Agendaless Consulting and Jens Vagelpohl
Author-email: UNKNOWN
License: ZPL 2.1 (http://www.zope.org/Resources/License/ZPL-2.1)
Description: ==========================
        dataflake.ldapconnection
        ==========================
        
        .. contents::
        
        This package provides an abstraction layer on top of python-ldap. It
        offers a connection object with simplified methods for inserting,
        modifying, searching and deleting records in the LDAP directory tree.
        
        
        Development
        ===========
        
        A bug tracker is available at http://www.dataflake.org/tracker/
        
        
        ------------------------------------------------------------
        
        Changelog for dataflake.ldapconnection
        ======================================
        
        0.3 (2008-08-30)
        ----------------
        
        - fakeldap: no longer override the LDAP exceptions, just get them from
        python-ldap.
        (http://www.dataflake.org/tracker/issue_00620)
        
        
        0.2 (2008-08-27)
        ----------------
        
        - backport a fix applied to the LDAPUserFolder FakeLDAP module to handle
        BASE-scoped searches on a DN.
        
        
        0.1 (2008-06-11)
        ----------------
        
        Initial release.
        
        
        ------------------------------------------------------------
        
        Download
        ========
Keywords: ldap ldapv3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
