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


Groups > comp.lang.python > #65331

ANN: python-ldap 2.4.14

From Michael Ströder <michael@stroeder.com>
Newsgroups comp.lang.python.announce, comp.lang.python
Subject ANN: python-ldap 2.4.14
Followup-To comp.lang.python
Date 2014-01-31 18:23 +0100
Organization A noiseless patient Spider
Message-ID <mailman.6334.1391429551.18130.python-announce-list@python.org> (permalink)

Cross-posted to 2 groups.

Followups directed to: comp.lang.python

Show all headers | View raw


Find a new release of python-ldap:

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

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, LDAP URLs and LDAPv3 schema).

Project's web site:

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

Ciao, Michael.

----------------------------------------------------------------
Released 2.4.14 2014-01-31

Changes since 2.4.13:

Lib/
* Added ldap.controls.openldap.SearchNoOpControl
* New method ldap.async.AsyncSearchHandler.afterFirstResult()
  for doing something right after successfully receiving but before
  processing first result
* Better log data written when invoking ldap.LDAPLock.acquire() and
  ldap.LDAPLock.release()
* LDAPObject and friends now pass `desc' to ldap.LDAPLock() which
  results in better logging
* ldapobject.ReconnectLDAPObject now uses internal class-wide
  lock for serializing reconnects
* Method signature of ReconnectLDAPObject.reconnect() changed to be able
  to call it with separate retry_max and retry_delay values

Modules/
* Added support for retrieving negotiated TLS version/cipher
  with LDAPObject.get_option() with the help of upcoming OpenLDAP libs

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ANN: python-ldap 2.4.14 Michael Ströder <michael@stroeder.com> - 2014-01-31 18:23 +0100

csiph-web