ANN: python-ldap-2.0.0pre15

Michael Ströder michael@stroeder.com
Wed, 12 Nov 2003 09:08:43 +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.0pre15 2003-11-11

Changes since 2.0.0pre14:

Modules/:
Follow rule "Always include Python.h first"

ldap.schema.subentry:
- Added new method SubSchema.get_structural_oc()
- Added new method SubSchema.get_applicable_aux_classes()
- Methods SubSchema.listall() and SubSchema.tree() have
   new key-word argument schema_element_filters
- Support for DIT content rules in SubSchema.attribute_types()