Download List

Descripción del Proyecto

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.

2008-09-05 17:21
2.3.5

Una corrección se hizo en ldap.schema.models.NameForm. El __contains__ () método fue añadido a la ldap.schema.models.NameForm y clases 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

Esta versión corrige una violación de segmento cuando se llama a LDAPObject.get_option (). ldap.dn.escape_dn_chars () ahora realmente se adhiere al RFC 4514 escapando caracteres nulos y un espacio que ocurren al comienzo de la cadena. () y ldap.dn.explode_dn ldap.dn.explode_rdn () tienen opcional banderas argumento de palabra clave que se pasan a 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

Se agregó el soporte para setuptools (edificio. Huevo), LDAP emparejado los valores de control (RFC 3876), y la modificación LDAP + extensión de incremento (RFC 4525). Minor fixes se hicieron a la ldif y ldap.schema.models módulos.
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á obligada a construir ahora. Soporte opcional se ha añadido para la operación de cancelación. Corrige se hicieron para Python 2.5 en plataformas de 64-bits. El ldap.dn.str2dn () esta función para analizar cadenas 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

Una revisión para un accidente en Python 2.5, los cambios para LDAPObject.passwd (), y un pequeño arreglo para 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