Metadata-Version: 1.0
Name: dataflake.ldapconnection
Version: 1.1
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
Description: ==========================
        dataflake.ldapconnection
        ==========================
        
        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.
        Failover/redundancy can be achieved by supplying connection data for
        more than one LDAP server.
        
        
        Documentation
        =============
        Full documentation for the last released version is at
        http://packages.python.org/dataflake.ldapconnection. For
        documentation matching the current SVN trunk please visit
        http://docs.dataflake.org/dataflake.ldapconnection.
        
        
        Bug tracker
        ===========
        A bug tracker is available at
        https://bugs.launchpad.net/dataflake.ldapconnection
        
        
        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
        
        
        
        Download
        ========
Keywords: ldap ldapv3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
