All releases of Python-LDAP


Release Notes: Mainly fixes/improvements to ReconnectLDAPObject.


Release Notes: Support for more LDAPv3 extended controls was added. Some bugfixes, especially for a memory leak and a false lock release.


Release Notes: OpenLDAP 2.4.11 or later is now required to build the modules. Support for extracting LDAPv3 extended controls in LDAP_RES_SEARCH_ENTRY responses was added along with generic support for LDAPv3 extended operations. A new class API was provided in ldap.controls, with new control classes. Some require pyasn1 and pyasn1_modules. A new ldap.logger helper module was included. There were also some fixes and code cleanups.


Release Notes: Fixes were made to the schema parser.


Release Notes: Various fixes were made for 64-bit systems. It now handles out-of-range error codes returned by libldap.


Release Notes: Some fixes for building were added (for SunStudio and gcc 4.4). Minor clarifications were made in the documentation. SASL-related constants were added.


Release Notes: A fix was made in ldap.schema.models.NameForm. The __contains__() method was added to the ldap.schema.models.NameForm and ldap.cidict.cidict classes.


Release Notes: This release fixes a segfault when calling LDAPObject.get_option(). ldap.dn.escape_dn_chars() now really adheres to RFC 4514 by escaping null characters and a space occurring at the beginning of the string. ldap.dn.explode_dn() and ldap.dn.explode_rdn() have optional keyword argument flags that are passed to ldap.dn.str2dn().


Release Notes: Support was added for setuptools (building .egg), LDAP matched values control (RFC 3876), and the LDAP modify+increment extension (RFC 4525). Minor fixes were made to the ldif and ldap.schema.models modules.


Release Notes: OpenLDAP 2.3.x is required to build now. Optional support was added for the Cancel operation. Fixes were made for Python 2.5 on 64-bit platforms. The ldap.dn.str2dn() function was added for parsing DN strings.