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: 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.
Release Date: 2007-10-07
-
Fixed displaying the search results as a raw list of DNs.
Release Date: 2007-09-21
-
Fixed handling of host-specific parameter
search_tdtemplate
when displaying search result list.
Release Date: 2007-09-17
-
Import of ldap.sasl not mandantory anymore.
-
New form parameter groupadm_view for command groupadm
enables the use to choose which group entris to list
in the group list legend.
-
Invalid DN given in a LDAP URL is caught as exception.
-
Leading zeros in user input are stripped for attribute values of
LDAP syntax Integer.
-
Changes in the plugin class API now allows full access to subschema information
and LDAP connection objects within a plugin class.
-
New base plugin classes DynamicValuesSelectList and DynamicDNSelectList
for dynamically searching
<option> values/texts for a <select> list.
-
Modifications to single entries are now displayed as LDIF change records.
-
Input form can now be switched between the modes
Template, Table and LDIF
without loosing the changes made to the input data.
-
Parameter
link_css
now must contain a complete HTML snippet for specifying
CSS files for various media.
-
The print style sheet is not imported in CSS files anymore.
MS IE choked on that.
Release Date: 2007-03-22
-
Added direct link to auditContext in [ConnInfo].
-
Stripped down HTML output in [Locate] to one <div> of class Main
to correct wrong display with fixed-style CSS.
-
Added plugin classes for MS AD attribute types groupType
and searchFlags.
-
Fixed displaying error message for ldap.TIMEOUT exception.
-
Slightly changed text of submit button in login form.
-
Grab attribute monitoredInfo from OpenLDAP's monitor entry if
attribute monitorContext is present in rootDSE
to display it instead vendor info in [ConnInfo].
Release Date: 2006-12-07
-
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-30
-
More graceful handling during connect when the server disallows anon bind
and restricts access to root DSE.
-
Function escape_filter_chars() from ldap.filter instead of
ldaputil.base is used.
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
-
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.