Télécharger la liste

Description du projet

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

Système requise

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.

2008-09-05 17:21
2.3.5

Un correctif a été présentée dans ldap.schema.models.NameForm. Le __contains__ () méthode a été ajoutée à la ldap.schema.models.NameForm et classes ldap.cidict.cidict.
Tags: Minor bugfixes
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.

2008-03-31 02:01
2.3.4

Cette version corrige une erreur de segmentation lors de l'appel LDAPObject.get_option (). ldap.dn.escape_dn_chars () maintenant adhère vraiment RFC 4514 en prenant la fuite des caractères nuls et un espace survenant au début de la chaîne. () et ldap.dn.explode_dn ldap.dn.explode_rdn () ont un dispositif de drapeaux argument mot-clé qui sont passés à ldap.dn.str2dn ().
Tags: Minor bugfixes
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().

2007-07-25 11:29
2.3.1

Un soutien a été ajoutée pour setuptools (bâtiment. Oeuf), LDAP correspondant aux valeurs témoins (RFC 3876), et la modification LDAP + extension de l'accroissement (RFC 4525). Corrections mineures ont été apportées à la LDIF et modules ldap.schema.models.
Tags: Minor feature enhancements
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.

2007-03-28 10:19
2.3

OpenLDAP 2.3.x est requis pour construire maintenant. Support optionnel a été ajouté pour l'opération d'annulation. Les correctifs ont été faits pour Python 2.5 sur les plates-formes 64 bits. Le ldap.dn.str2dn () a été ajoutée pour l'analyse de chaînes DN.
Tags: Major bugfixes
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.

2006-11-15 20:15
2.2.1

Un correctif pour un plantage sous Python 2.5, des changements pour LDAPObject.passwd (), et un petit correctif pour ldif.LDIFWriter.unparse ().
Tags: Major bugfixes
A fix for a crash under Python 2.5, changes for LDAPObject.passwd(), and a small fix for ldif.LDIFWriter.unparse().

Project Resources