Download List

Project Description

python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly, it wraps the OpenLDAP 2.3+ libs for that purpose. Additionally, the package contains modules for other LDAP-related stuff (such as processing LDIF, LDAPURLs, and LDAPv3 schema).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-06-30 07:39
2.0.1

This release fixes error handling in the dsml module. It also
fixes Entry.__delitem__() to really delete the whole attribute.
Tags: Minor bugfixes

2004-05-18 22:24
2.0.0

The new method LDAPObject.result2() also returns the message ID of the outstanding LDAP operation a result belongs to.
Tags: Minor feature enhancements

2004-03-29 19:41
2.0.0pre21

This release fixes building with OpenLDAP 2.0 and 2.1, wraps
ldap_whoami_s(), supports arbitrary binary values in simple_bind() and
compare(), and adds some code cleaning.
Tags: Minor feature enhancements

2004-03-19 05:53
2.0.0pre20

OpenLDAP's ldap_whoami_s() function was wrapped, and
an incompatibility with OpenLDAP 2.2 libraries was fixed.
There was also a code cleanup.
Tags: Minor feature enhancements

2004-01-23 13:21
2.0.0pre19

This version features compatibility with OpenLDAP 2.2.x
libraries, and some code clean-ups.
Tags: Code cleanup

Project Resources