ANNOUNCE: web2ldap 0.9.4
Michael Ströder
michael at stroeder.com
Sat Jun 23 18:27:44 EDT 2001
HI!
Find a new release of web2ldap on:
http://www.web2ldap.de/download.html
web2ldap is a web-based generic LDAP client written in Python.
Ciao, Michael.
web2ldap 0.9.4
Release Date: 2001-06-23
Changes since 0.9.3:
* Fixed displaying of iPAddress attribute in certificates.
* Abandoned global configuration parameter
web2ldapcnf.misc.script_method.
* Slightly improved excpetion handling especially of
logging/ignoring user-aborted connections, etc.
* Determining appropriate charset used with browser was improved:
mainly proper parsing of capability values.
* A lookup of SRV RRs is automatically done if a LDAP URL does
not
contain a host name but a "dc-style" DN (a DN formed by
domainComponent attributes).
* New configuration sub-module fastcgi.
* Some really significant performance optimizations in
ldapthreading
module. Former approach in method LDAPObject.result() was
brain-dead and slow.
* Web session ID is now passed around in PATH_INFO instead as a
hidden form field. This means less HTML bloat and it decoupled
session retrieving from form processing.
* If ldap.NAMING_VIOLATION occurs during add the user can reedit
his
input.
* Fixed smart login search with user names containing NON-ASCII
chars. (sigh!)
* Fixed wrong passing of parameters when calling function
ldapbase.SmartLogin().
* Use timeout search for smart login.
More information about the Python-list
mailing list