Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder5.news.weretis.net!feeder1.news.weretis.net!feeder4.news.weretis.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.news-service.com!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:ANN': 0.02; 'debug': 0.03; 'implements': 0.05; 'michael.': 0.07; 'python': 0.08; 'url:pypi': 0.08; 'attribute': 0.09; 'ldap': 0.09; 'libs': 0.09; 'api': 0.11; 'output': 0.11; 'subject:python': 0.12; '(needs': 0.16; 'ciao,': 0.16; 'from:addr:stroeder.com': 0.16; 'from:name:michael str\xf6der': 0.16; 'ldap-related': 0.16; 'ldapurls': 0.16; 'ldapv3': 0.16; 'ldif,': 0.16; 'message- id:@stroeder.com': 0.16; 'openldap': 0.16; 'python-ldap': 0.16; 'python-ldap:': 0.16; 'rfc': 0.16; 'schema).': 0.16; 'subject:ldap': 0.16; 'url:python-ldap': 0.16; 'argument': 0.16; '2.x': 0.19; 'trace': 0.19; 'described': 0.22; 'stuff': 0.22; 'additionally': 0.23; 'from:addr:michael': 0.23; 'programs.': 0.23; 'received:88.198': 0.25; 'skip:l 30': 0.25; '(e.g.': 0.25; 'modules': 0.25; 'mainly': 0.26; 'received:18': 0.30; 'received:mit.edu': 0.30; 'wraps': 0.30; 'values': 0.31; 'changes': 0.31; 'minor': 0.32; 'header:User-Agent:1': 0.34; 'reply-to:addr:python.org': 0.35; 'from:charset:iso-8859-1': 0.35; 'define': 0.35; 'url:python': 0.37; 'option': 0.37; 'received:org': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'should': 0.39; 'processing': 0.39; 'header:Mime-Version:1': 0.39; 'data': 0.39; '[1]': 0.39; 'determine': 0.40; 'skip:d 20': 0.40; 'levels': 0.62; 'released': 0.62; 'tag': 0.64; 'site:': 0.66; 'url:4': 0.66; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.72; 'to:addr:moderators.isc.org': 0.73 Delivered-To: comp-lang-python-announce@moderators.isc.org 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.1 Followup-To: comp.lang.python Date: Tue, 05 Jul 2011 16:02:39 +0200 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:2.0.1) Gecko/20110608 Firefox/4.0.1 SeaMonkey/2.1 X-Auth-Sender: U2FsdGVkX1+QPB0woFF53J+oYIjM8TRfy0qgs+l6SFAhEHELFE9nVA== Cancel-Lock: sha1:0G/cRerFwMNidVxvi0+3IxLATDU= X-Enigmail-Version: 1.2 X-Mailman-Approved-At: Tue, 05 Jul 2011 22:11:53 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 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: 35 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1309896714 news.xs4all.nl 21863 [2001:888:2000:d::a6]:35232 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:220 comp.lang.python:8856 Find a new release of python-ldap: http://pypi.python.org/pypi/python-ldap/2.4.1 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). Project's web site: http://www.python-ldap.org/ Ciao, Michael. ---------------------------------------------------------------- Released 2.4.1 2011-07-05 Changes since 2.4.0: Modules: * New LDAP option OPT_X_TLS_PACKAGE available in OpenLDAP 2.4.26+ to determine the name of the SSL/TLS package OpenLDAP was built with Lib/ * ldap.modlist.modifyModlist(): New key-word argument case_ignore_attr_types used to define attribute types for which comparison of old and new values should be case-insensitive * Minor changes to which data is sent to debug output for various trace levels * Now tag [1] is used in ldap.extop.dds.RefreshResponse in compliance with RFC 2589 (fix available for OpenLDAP ITS#6886) * New sub-module ldap.controls.sessiontrack implements request control as described in draft-wahl-ldap-session (needs pyasn1_modules)