- 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)


git-svn-id: http://svn.dataflake.org/svn/Products.LDAPMultiPlugins/trunk@1968 835909ba-7c00-0410-bfa4-884f43845301
This commit is contained in:
jens 2010-05-30 11:19:19 +00:00
parent 87ac562b85
commit 724e730fc5
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,12 @@ To see earlier changes please see HISTORY.txt.
2.0 (unreleased)
----------------
- 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)

View File

@ -59,6 +59,8 @@ class LDAPMultiPluginXMLAdapter( XMLAdapterBase
self._logger.info('LDAPMultiPlugin imported.')
node = property(_exportNode, _importNode)
def _exportBody(self):
""" Export the object as a file body.
"""