Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'schema': 0.05; 'element': 0.07; 'purpose.': 0.07; 'subject:ANN': 0.07; 'string': 0.09; 'additionally': 0.09; 'derived': 0.09; 'setup.py': 0.09; 'api': 0.11; 'martin': 0.11; 'python': 0.11; 'programs.': 0.14; 'changes': 0.15; 'imports': 0.16; 'michael.': 0.16; 'received:eu': 0.16; 'wraps': 0.16; 'subject:python': 0.16; 'header:User-Agent:1': 0.23; '2.x': 0.24; 'defined': 0.27; 'fixed': 0.29; "skip:' 10": 0.31; 'constant': 0.31; 'class': 0.32; 'stuff': 0.32; 'url:python': 0.33; '(e.g.': 0.33; 'url:org': 0.36; 'skip:- 60': 0.39; 'received:org': 0.40; 'release': 0.40; 'new': 0.61; 'header:Reply-To:1': 0.67; 'url:4': 0.69; 'to:addr:comp- lang-python-announce': 0.70; 'reply-to:no real name:2**0': 0.71; 'to:addr:moderators.isc.org': 0.77; 'site:': 0.83; "project's": 0.84; 'reply-to:addr:python.org': 0.84 To: comp-lang-python-announce@moderators.isc.org From: =?ISO-8859-1?Q?Michael_Str=F6der?= Newsgroups: comp.lang.python.announce,comp.lang.python Subject: ANN: python-ldap 2.4.15 Followup-To: comp.lang.python Date: Mon, 24 Mar 2014 11:26:14 +0100 Organization: A noiseless patient Spider Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0 SeaMonkey/2.25 X-Auth-Sender: U2FsdGVkX18bu1g3RdQGifuH8C1jqSHeWDW6iHG+aj7f4VpLHUc23A== Cancel-Lock: sha1:zIOMf6NZvVcsN8RqxtyaTK5Tr+A= X-Mailman-Approved-At: Thu, 27 Mar 2014 10:51:10 +0100 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org, python-ldap@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395913871 news.xs4all.nl 2919 [2001:888:2000:d::a6]:34708 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1248 comp.lang.python:69178 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)