Download List

项目描述

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

添加了对更多 LDAPv3 扩展控件的支持。一些错误修正,特别是对内存泄漏和虚假锁释放。
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或更高版本现在需要建立模块。提取LDAPv3扩展支持控制在LDAP_RES_SEARCH_ENTRY反应随着加入对LDAPv3扩展操作的通用支持。一个新的类的API提供了在ldap.controls,新的控件类。有些需要pyasn1和pyasn1_modules。一个新的ldap.logger帮助模块被列入。也有一些修复和代码清理。
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

修复了对架构分析器。
Fixes were made to the schema parser.

2009-04-13 02:27
2.3.7

各种修复了64位系统。现在每年接待外的各种误差的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

建设增加了一些修正(为SunStudio和gcc 4.4)。澄清了轻微的文档。 SASL的有关常数增加了。
标签: 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