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


Groups > comp.lang.python.announce > #220 > unrolled thread

ANN: python-ldap 2.4.1

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

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


Contents

  ANN: python-ldap 2.4.1 Michael Ströder <michael@stroeder.com> - 2011-07-05 16:02 +0200

#220 — ANN: python-ldap 2.4.1

FromMichael Ströder <michael@stroeder.com>
Date2011-07-05 16:02 +0200
SubjectANN: python-ldap 2.4.1
Message-ID<mailman.652.1309896714.1164.python-announce-list@python.org>
Find a new release of python-ldap:

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

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.1 2011-07-05

Changes since 2.4.0:

Modules:
* New LDAP option OPT_X_TLS_PACKAGE available in OpenLDAP 2.4.26+
  to determine the name of the SSL/TLS package OpenLDAP was
  built with

Lib/
* ldap.modlist.modifyModlist(): New key-word argument
  case_ignore_attr_types used to define attribute types for which
  comparison of old and new values should be case-insensitive
* Minor changes to which data is sent to debug output for various
  trace levels
* Now tag [1] is used in ldap.extop.dds.RefreshResponse in
  compliance with RFC 2589 (fix available for OpenLDAP ITS#6886)
* New sub-module ldap.controls.sessiontrack implements request control
  as described in draft-wahl-ldap-session (needs pyasn1_modules)

[toc] | [standalone]


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


csiph-web