Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6987 > unrolled thread

ANN: python-ldap 2.4.0

Started byMichael Ströder <michael@stroeder.com>
First post2011-06-02 20:11 +0200
Last post2011-06-02 20:11 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ANN: python-ldap 2.4.0 Michael Ströder <michael@stroeder.com> - 2011-06-02 20:11 +0200

#6987 — ANN: python-ldap 2.4.0

FromMichael Ströder <michael@stroeder.com>
Date2011-06-02 20:11 +0200
SubjectANN: python-ldap 2.4.0
Message-ID<mailman.2446.1307146817.9059.python-announce-list@python.org>
Find a new release of python-ldap:

   http://pypi.python.org/pypi/python-ldap/2.4.0

python-ldap provides an object-oriented API to access LDAP directory
servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for
that purpose. Additionally it contains modules for other LDAP-related
stuff (e.g. processing LDIF, LDAPURLs and LDAPv3 schema).

Project's web site:

   http://www.python-ldap.org/

Ciao, Michael.

----------------------------------------------------------------
Released 2.4.0 2011-06-02

Changes since 2.3.13:

* OpenLDAP 2.4.11+ required to build
* Support for extracting LDAPv3 extended controls in
   LDAP_RES_SEARCH_ENTRY responses
   (see SF#2829057, thanks to Rich)
* Generic support for LDAPv3 extended operations (thanks to Rich)

Lib/
* new class API in ldap.controls, not backwards-compatible!
* new sub-modules for ldap.controls, some require pyasn1 and pyasn1_modules
* New methods LDAPObject.result4() and LDAPObject.extop_result()
* New (optional) class ldap.controls.AssertionControl
* New helper module ldap.logger contains file-like object which
   sends trace messages to logging.log()
* Removed non-functional method LDAPObject.set_cache_options()
* Removed unused dictionary ldap.controls.knownLDAPControls

Modules/
* ldapcontrol.c: Fixed encode_assertion_control() and function is no longer
   hidden behind ifdef-statement

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web