This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Products.LDAPMultiPlugins/Products/LDAPMultiPlugins/CHANGES.txt

23 lines
694 B
Plaintext

Changelog for Products.LDAPMultiplugins
=======================================
To see earlier changes please see HISTORY.txt.
2.0 (unreleased)
----------------
- Bug: Demangling user prefix could not deal with non-string user
ids, which may appear in certain cases.
(https://bugs.launchpad.net/bugs/586931)
- Bug: Added GenericSetup magic to fully provide the INode interface
for the exporter and importer classes, making it easier to nest
within other importers.
(https://bugs.launchpad.net/bugs/586500)
- Bug: enumerateUsers returned undesired results if an exact match
was required since LDAP searches are not case sensitive.
(https://bugs.launchpad.net/bugs/585901)