---------------------
- If the authentication information was incorrect, the
_searchResults method would raise the Unauthorized
exception, which would make basic HTTP authentication boxes
pop up even in cookie mode. It now returns an empty string
and users will get the login page when in cookie mode.
Tracker issue 87 - thanks to Eric Brun.
- Some browsers would not display the LDAP server port in the
configuration tab due to a line break in the DTML for the
form. The line break has been removed. (Tracker issue 103,
thanks once again to Florent Guillaume)
- A little more extended debug logging in the _lookupuser
method (suggested by Marc-Aurele Darche of IDEALX, Tracker
issue 101)
- The RDN Attribute dropdown in the Configure tab now lists
all attributes defined on the LDAP Schema tab. This allows
the administrator to select any attribute if the LDAP setup
violates RFC 2377. Suggestion and patch (thanks!) from
Marc-Aurele Darche of IDEALX, Tracker issue 101.