0.16.x|
0.15.x|
0.14.x|
0.13.x|
0.12.x|
0.11.x|
0.10.x|
0.9.x|
0.8.x|
0.7.x|
Ancient|
Overview
Release Date: 2006-09-27
-
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.
Release Date: 2006-04-26
-
Added title attribute for [Read] links when displaying
search result list (for bubble help in browser).
The text contains attributes description
and structuralObjectClass if present in the entry.
-
Default values set in utctime.strptime() and
mspki.utctime.__strptime__() are now exactly
like that of time.strptime().
Release Date: 2006-03-23
-
Changed behaviour when displaying input form for entries with
object class extensibleObject since it was unhandy for
many available attribute types: There are only input fields displayed
for the MUST and MAY attributes of other object
classes. But the select lists for additional attribute values now contain
all existing attribute types.
-
Recursive deletion now continues if server-side administrative
limits (ldap.ADMINLIMIT_EXCEEDED exception) are in effect.
-
When adding / editing an entry the input form can now be switched
from table- to template-based and vice versa without loss of data input so far.
Release Date: 2006-03-04
-
Brought usage of manage DIT control in line with
draft-zeilenga-ldap-managedit-00.txt
-
DIT content rules marked as OBSOLETE are now correctly ignored
in object class selection form.
Release Date: 2006-02-23
-
Special treatment for an empty attribute value list when displaying
a table view of a single LDAP entry in [Read].
-
Attributes countImmSubordinates and
countTotSubordinates are now used to determine number
of direct and total subordinate entries.
-
Fix for displaying a search continuation received for one-level
search from root naming context.
Release Date: 2006-01-08
-
Relaxed error handling when ldap.INSUFFICIENT_ACCESS
is raised during connecting to an ill-configured server.
-
Again the DIT navigation menu changed.
-
Some more small fixes.
-
Better detection whether subschema is accessible on LDAP server or when to
display the local schema.
-
Number of cached subschema DN mappings displayed in [ConnInfo].
-
Added plugin module for Kerberos V schema.
-
Fixed syntax class NameAndOptionalUID.
Release Date: 2005-11-18
-
Follow SUP references when displaying DIT structure rules.
-
Fixed detailed view of name forms.
Release Date: 2005-11-18
-
Schema browser displays DIT structure rules and name forms
with all forward and backward references to attribute types
and object classes.
-
Again fixed error handling when setting userPassword
in case simpleSecurityObject is defined as STRUCTURAL
in a broken schema.
Release Date: 2005-11-18
-
Fixed ldapsession.LDAPSession.subOrdinates()
to return correct results also when the server does not
return the operational attributes used to determine that.
-
Corrected title message of monitor and locate.
-
The link [Display all] is only displayed if only partial search results
are displayed.
-
In the object class selection form the classes currently
not selected are sorted.
-
Fixed relogin when referral is received.
-
When setting the password for an entry for which the attribute userPassword
is not allowed in the schema one of the object classes simpleSecurityObject or
simpleAuthObject
is added if present in the schema and declared as AUXILIARY.
Release Date: 2005-11-14
-
Added missing plugin for DirX (which has no function at the moment).
-
Setting the TLS-related options does not care about
old python-ldap versions anymore.
Release Date: 2005-11-11
-
Stripped all formatting attributes from HTML templates
and slightly modified default.css to be nicer to MS IE.
-
If an attribute has more than two values the number
of attribute values is displayed in the table view
when displaying a single entry (in [Read]).
Release Date: 2005-11-11
- New features/enhancements
-
-
Major overhaul of web layout also affecting HTML generated.
Finally implemented three column layout with CSS which hopefully is
more user-friendly.
-
Added DIT navigation list to status bar which allows
quick access to upper DIT entries.
-
Reordered and hopefully cleaned up login form.
-
Flipped order of links [Down] and [Up] in main menu to better
reflect function in three column CSS layout.
- Bug Fixes
-
-
Fixed Unicode error in [ConnInfo] if the current DN is NON-ASCII.
Release Date: 2005-11-07
- Installation and Configuration changes
-
- New features/enhancements
-
-
Support for controls which are handled exactly like ManageDSAIT
in the user interface (see [ConnInfo]):
-
ManageDIT (1.3.6.1.4.1.4203.666.5.12)
-
Two controls for searching subentries
(see RFC 3672
and draft-ietf-ldup-subentry-07.txt)
-
When displaying entries or an input form with the
help of HTML templates the templates are applied in the order
of the kind of the object classes. Order is STRUCTURAL, AUXILIARY, ABSTRACT.
-
Added plugin class for pilotPerson
(see RFC 1274).
-
All cached LDAP information (entries and sub schema) can be flushed
(see [ConnInfo]).
-
Transfer subtype ;binary is used when creating input fields
for attributes which needs this transfer type.
- Bug Fixes
-
-
The letter small x is now allowed in the syntax classes
for telephone and FAX numbers.
-
If an error causes the input form to be re-displayed
the values entered for binary attributes are omitted.
-
Setting TLS-related options is more robust now.