Changes 0.12.x

History of released versions

1.8 / 1.7 / 1.6 / 1.5 / 1.4 / 1.3 / 1.2 / 1.1 / 1.0 / 0.16 / 0.15 / 0.14 / 0.13 / 0.12 / 0.11 / 0.10 / 0.9 / 0.8 / 0.7 / Ancient / Overview

0.12.5

Release Date: 2004-03-17

0.12.4

Release Date: 2004-02-19

0.12.3

Release Date: 2004-01-22

0.12.2

Release Date: 2003-11-30

0.12.1

Release Date: 2003-11-12

0.12.0

Release Date: 2003-11-11

Installation and Configuration changes
New features/enhancements
  • Experimental support for file upload of single-valued binary attributes, e.g. jpegPhoto or userCertificate.
  • Experimental support for setting password in Active Directory (attribute unicodePwd).
  • Added <label> tag to entry input form.
  • w2lapp.groupadm: Full DNs are displayed in group selection fields.
  • Added universal title attribute to a lot of HTML tags to have sort of a bubble-help in browsers which support that.
  • When processing RDN during adding entry the form 'OID.<oid>' the RDN attribute type is normalized to '<oid>'.
  • If no subschema is available from server (e.g. when connected to LDAPv2 server) the link text for entering schema browser in context menu is "Browse Local Schema" to indicate that a locally defined schema is displayed.
  • The password-syncing for Samba is now checked by attribute types instead of object classes. This seems more robust and extensible in regard to future changes of the Samba schema. Support for setting Samba V3 attributes sambaNTPassword and sambaPwdLastSet has been added.
  • After having successfully changed password all the password-related attribute types (not values!) which were (re-)set are displayed.
  • Even more inherited schema element properties are displayed.
  • Added input field for navigating to a single entry by DN in [ConnInfo].
  • Added HTTP header Content-Disposition: inline; filename=... when generating export output for specifying the default file name.
  • Added vCard template file for object class organization.
  • DIT content rules extracted from sub schema sub entry attribute dITContentRules are displayed in schema viewer.
Bug Fixes
  • Relaxed handling of attribute types not present in schema when generating entry input form.
  • Removed false extra check when catching ldap.PROTOCOL_ERROR on LDAPv2 servers in ldapsession.LDAPSession._supportedLDAPVersion().
  • Allow characters "*" and "+" in form parameter search_attrs.
  • Fixed compatibility problems with Python versions prior to 2.2.
  • vCard template is processed line by line: If no attribute is present needed for a certain line the line is dropped to avoid problems with vCard parsers not capable of handling empty values.
  • When setting the password in w2lapp.passwd the presence of attributes in subschema is now correctly checked by OID instead of attribute type name.
  • Corrected handling of inherited syntaxes when displaying attribute values or input fields.
  • Fixed charset handling for X.500 DNs in certificate parser.
  • Whitespaces are stripped from object class and attribute type names used in groupadm_defs.
  • Solved Python 2.3 compatibility issues in modules ipadr, mspki, w2lapp.conninfo.
  • Repaired the handling of empty hostport part in LDAP URLs regarding SRV DNS RR lookup.
  • CleanUpThread instance again created in all start-up scripts to avoid problems with os.setuid() when started by user root.