* Improvements to plugin modules/classes:
o New plugin module lotusdomino for LDAP interface of Lotus
Domino server.
o New plugin class for attribute types found in schema of MIT
Kerberos LDAP backend: krbTicketFlags, krbPrincipalType and
krbTicketPolicyReference.
o New plugin class for LDAP syntax UUID.
o Fix in BitArrayInteger.formValue for adding new values.
* Case-insensitive sorting for...
o attributes in table view when displaying or editing entries
o object classes in object class input select lists
o lists of schema links in schema viewer
* Fixed SyntaxErroronly occuring with Python_2.3.
* Several updates to the country code configuration file including
a fix NON-ASCII encoding of country names.
Michael Stroder (author):
Well, 10 years after the first public release (formerly called
ldap-client-cgi) it was time for 1.0. ;-)
Changes:
http://www.web2ldap.de/changes-1.0.html
0.16.20, Release Date: 2007-10-17
* Fixed passing around attribute values of syntax OctetString
as hidden parameters in template-based input form.
* Fixed displaying the LDIF after a successful modify if the DN
contains NON-ASCII characters.
0.16.19, Release Date: 2007-10-07
* Fixed displaying the search results as a raw list of DNs.
Release Date: 2007-04-xx
* Support for new binary flag controls:
o CONTROL_DONOTREPLICATE = '1.3.18.0.2.10.23' # IBM Directory Server
o CONTROL_DONTUSECOPY = '1.3.6.1.4.1.4203.666.5.15'
o CONTROL_SERVERADMINISTRATION = '1.3.18.0.2.10.15' # IBM Directory Server
Release Date: 2006-12-07. Changelog:
* If no group entries are found a clear error message gives a hint
to select another group search root.
* Search requests for LDIF/DSML export add * to requested attributes. This
fixes limited export if configuration parameter requested_attrs is set.
Release Date: 2006-11-03
* Multiple attribute values are not sorted in input forms anymore.
* In the login form only the available SASL mechs are displayed now
in the select field for choosing authentication mechanism.
* If scope is not specified in LDAP URL the search form properly
sets default of search scope to sub.
* Simplified displaying error messages by deleting backward-compatible
code for older versions of python-ldap.
Release Date: 2006-09-27
* Support for various LDAPv3 extended controls and major overhaul
of user interface.
* When displaying a select field for choosing the groups to add to or
delete from the title attribute contains the first value of attribute
description or the DN of the group entry (for bubble help in browser).
* Some updates to configuration data.
- change my email to FreeBSD.org one.