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.

2012-02-27 04:32
2.4.8

Soporte para LDAPv3 más extendido controles fue agregado. Algunas correcciones de errores, especialmente para una pérdida de memoria y un desbloqueo falsa.
Support for more LDAPv3 extended controls was added. Some bugfixes, especially for a memory leak and a false lock release.

2011-06-04 18:30
2.4.0

OpenLDAP 2.4.11 o posterior que se requiere ahora para construir los módulos. Apoyo para la extracción de LDAPv3 controles extendió en las respuestas LDAP_RES_SEARCH_ENTRY fue agregado junto con el soporte genérico para LDAPv3 actividades más prolongadas. Una nueva clase de la API se proporciona en ldap.controls, con clases de control de nuevo. Algunos requieren pyasn1 y pyasn1_modules. Un módulo ldap.logger nuevo ayudante se incluyó. Hubo también algunos arreglos y limpiezas de código.
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.

2009-05-01 00:31
2.3.8

Correcciones introducidas en el analizador de esquema.
Fixes were made to the schema parser.

2009-04-13 02:27
2.3.7

Se hicieron varias correcciones para sistemas de 64-bits. Ahora se maneja fuera del rango de códigos de error devueltos por libldap.
Various fixes were made for 64-bit systems. It now handles out-of-range error codes returned by libldap.

2009-02-22 22:18
2.3.6

Algunos arreglos para la construcción se han añadido (por sunstudio y gcc 4.4). Aclaraciones que le fueron hechas en la documentación. SASL-se agregaron constantes relacionadas.
Tags: Minor bugfixes
Some fixes for building were added (for SunStudio and gcc 4.4). Minor clarifications were made in the documentation. SASL-related constants were added.

Project Resources