Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1248 > unrolled thread

ANN: python-ldap 2.4.15

Started byMichael Ströder <michael@stroeder.com>
First post2014-03-24 11:26 +0100
Last post2014-03-24 11:26 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: python-ldap 2.4.15 Michael Ströder <michael@stroeder.com> - 2014-03-24 11:26 +0100

#1248 — ANN: python-ldap 2.4.15

FromMichael Ströder <michael@stroeder.com>
Date2014-03-24 11:26 +0100
SubjectANN: python-ldap 2.4.15
Message-ID<mailman.8610.1395913871.18130.python-announce-list@python.org>
Find a new release of python-ldap:

  http://pypi.python.org/pypi/python-ldap/2.4.15

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, LDAP URLs and LDAPv3 schema).

Project's web site:

  http://www.python-ldap.org/

Ciao, Michael.

----------------------------------------------------------------
Released 2.4.15 2014-03-24

Changes since 2.4.14:

Lib/
* Added missing modules ldap.controls.openldap and
  ldap.controls.pwdpolicy to setup.py
* Added missing imports to ldap.controls.pwdpolicy
* Fixed ldap.controls.pwdpolicy.decodeControlValue() to decode
  string of digits
* Support for X-SUBST in schema element class LDAPSyntax
* Support for X-ORDERED and X-ORIGIN in schema element class AttributeType
* ldapurl: New scope 'subordinates' defined in
  draft-sermersheim-ldap-subordinate-scope

Modules/
* New constant ldap.SCOPE_SUBORDINATE derived from ldap.h for
  draft-sermersheim-ldap-subordinate-scope
* Fixed constant ldap.sasl.CB_GETREALM (thanks to Martin Pfeifer)

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web