ANN: python-ldap-2.3.4
  Home FAQ Contact Sign in
comp.lang.python.announce only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.python.announce Profile…
 Up
ANN: python-ldap-2.3.4         


Author: Michael Ströder
Date: Mar 29, 2008 05:25

Find a new release of python-ldap:

http://python-ldap.sourceforge.net/

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).

----------------------------------------------------------------
Released 2.3.4 2008-03-29

Changes since 2.3.3:

Modules/
* Fixed seg fault when calling LDAPObject.get_option()
(see SF#1926507, thanks to Matej)

----------------------------------------------------------------
Released 2.3.3 2008-03-26

Changes since 2.3.2:

Fixed backward-compability when building with OpenLDAP 2.3.x libs.
no comments