Metadata-Version: 1.0
Name: dataflake.ldapconnection
Version: 0.4
Summary: LDAP connection library
Home-page: http://pypi.python.org/pypi/dataflake.ldapconnection
Author: Agendaless Consulting and Jens Vagelpohl
Author-email: jens@dataflake.org
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.
        
        
        Bug tracker
        ===========
        
        A bug tracker is available at http://www.dataflake.org/tracker/
        
        
        SVN version
        ===========
        
        You can retrieve the latest code from Subversion using setuptools or
        zc.buildout via this URL:
        
        http://svn.dataflake.org/svn/dataflake.ldapconnection/trunk#egg=dataflake.ldapconnection
        
        
        ------------------------------------------------------------
        
        Changelog for dataflake.ldapconnection
        ======================================
        
        0.4 (2008-12-25)
        ----------------
        
        - fakeldap bug: the modify_s method would expect changes of type MOD_DELETE
        to come with a list of specific attribute values to delete. Now the
        attribute will be deleted as a whole if the expected list is None, this
        reflects actual python-ldap behavior better.
        
        - now we are exercising the fakeldap doctests from within this package,
        they used to be run from Products.LDAPUserFolder, which was not cleaned
        up when the fakeldap module moved to 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
