ANN: python-ldap-2.0.0pre19

Michael Ströder Python Developer List <python-ldap-dev@lists.sourceforge.net>
Fri, 23 Jan 2004 11:54:03 +0100


Find a new pre-release of python-ldap:

   http://python-ldap.sourceforge.net/

python-ldap provides an object-oriented API to access LDAP directory
servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for
that purpose. Additionally it contains modules for other LDAP-related
stuff (e.g. processing LDIF, LDAPURLs and LDAPv3 schema).

----------------------------------------------------------------
Released 2.0.0pre19 2004-01-22

Changes since 2.0.0pre18:

Modules/:
* LDAPObject.c:
   Most deprecated functions of OpenLDAP C API are not used anymore.
* functions.c:
   Removed unused default_ldap_port().
* constants.c:
   Removed unused or silly constants
   AUTH_KRBV4, AUTH_KRBV41, AUTH_KRBV42, URL_ERR_BADSCOPE, URL_ERR_MEM
* errors.c:
   Fixed building with OpenLDAP 2.2.x
   (errors caused by negative error constants in ldap.h)

ldap.ldapobject.LDAPObject:
* Removed unused wrapper methods uncache_entry(), uncache_request(),
   url_search(), url_search_st() and url_search_s()
* New wrapper methods for all the _ext() methods in _ldap.LDAPObject.

ldap.modlist:
* Some performance optimizations and simplifications
   in function modifyModlist()