Metadata-Version: 1.0
Name: bda.ldap
Version: 1.1-rc4
Summary: LDAP convenience library
Home-page: http://svn.plone.org/svn/collective/bda.ldap
Author: Robert Niederreiter
Author-email: dev@bluedynamics.com
License: GPL
Description: ========
        bda.ldap
        ========
        
        Overview
        ========
        
        This Package provides objects for LDAP communication. You probably be
        interrested in the LDAPSession object.
        
        LDAP Queries are cached by default.
        - Depends on plone.memoize
        - Adjust CACHE_TIMEOUT_SECONDS for to control cache-time
        - If you don't want LDAP Caching, disable the ldapcached import in base.py
        
        
        Dependencies
        ============
        
        python-ldap
        
        
        TODO
        ====
        
        - Improve retry logic in LDAPSession
        
        - Extend LDAPSession object to handle Fallback server(s)
        
        
        Copyright
        =========
        
        Copyright (c) 2006-2008: BlueDynamics Alliance, Austria
        
        
        Credits
        =======
        
        - Robert Niederreiter <rnix@squarewave.at
        
        - Jens Klein <jens@bluedynamics.com>
        
        - Georg Bernhard <g.bernhard@akbild.ac.at>
        
        - Florian Friesdorf <flo@chaoflow.net>
        
        - Johannes Raggam <johannes@bluedynamics.com>
        
Keywords: ldap
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
