
Find a new release of python-ldap: https://pypi.python.org/pypi/python-ldap/2.4.22 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/ Checksums: $ md5sum python-ldap-2.4.22.tar.gz dd7aa79c9c484833f57703484cbff275 $ sha1sum python-ldap-2.4.22.tar.gz 18379e464f807e71513d3bf43fb0d06cc6e57242 $ sha256sum python-ldap-2.4.22.tar.gz 9ef5872a95292f3ffe507aa09c805d7e1558b08159da0a81ba9dd04910be50b7 Ciao, Michael. ---------------------------------------------------------------- Released 2.4.22 2015-10-25 Changes since 2.4.21: Lib/ * LDIFParser now also accepts value-spec without a space after the colon. * Added key-word argument authz_id to LDAPObject methods sasl_non_interactive_bind_s(), sasl_external_bind_s() and sasl_gssapi_bind_s() * Hmmpf! Added missing self to LDAPObject.fileno(). * ReconnectLDAPObject.sasl_bind_s() now correctly uses generic wrapper arguments *args,**kwargs * Correct method name LDIFParser.handle_modify() * Corrected __all__ in modules ldap.controls.pwdpolicy and ldap.controls.openldap Doc/ * Started missing docs for sub-module ldap.sasl. -- Michael Ströder E-Mail: michael@stroeder.com http://www.stroeder.com
participants (1)
-
Michael Ströder