CHANGES.txt for the LDAPUserFolder

  This file contains change information for the LDAPUserFolder product.
  To see changes made to revisions prior to the latest version see
  HISTORY.txt.

    2.8-beta (2006/10/16)

      **NOTE**: The python-ldap requirement is now version 2.0.6 or higher

      Bugs fixed

        * Fixed a broken security declaration for searchGroups and a 
          left-over form tag in the Users tab (thanks to Klaus Barthelmann)

        * LDAPDelegate.modify would attempt to modify a LDAP record even
          if the list of modifications was empty. This is now logged without
          any further call to python-ldap to prevent some servers from
          throwing UNWILLING_TO_PERFOM.
          (http://www.dataflake.org/tracker/issue_00528)

        * DNs were not properly escaped for such edge cases that needed
          escaping, like values starting with "#".
          (http://www.dataflake.org/tracker/issue_00507)

        * Changes in GenericSetup meant attempting to register the extension
          profile for installing the CMFLDAP tools would fail in CMF >= 1.6.

        * Group deletion for groups with non-ASCII and non-UTF8 characters
          was broken, discovered by Eric Brun
          (http://www.dataflake.org/tracker/issue_00527)

        * Unforeseen software combinations, such as CMF < 1.6 in combination 
          with GenericSetup could prevent Zope from starting up because the
          LDAPUserFolder initialization module would throw an error.
