Changes
=======

1.0
~~~

* Hide LDAPUserFolder from the list of Add-On Products since installing it
  will kill your Plone site. Plone 3.0 only.

* Fix incorrect security declaration for doDeleteUser


1.0rc3
~~~~~~

* Fix getGroupMembers to return user ids instead of login names for group
  members. This broke group membership listing in environments where userid
  and login name differ (for example AD environments). Thanks to Netcentric
  for discovering this and helping me fix it.

* Add some protection against invalid (None) results of group related
  searches. 

* Add more information about the capabilities and caveats of LDAP use in Plone.


1.0rc2
~~~~~~

* Improve the documentation.

* Add missing cache invalidation for role management and user deletion.

* Fix updating of single-valued member properties.

* Use a different method to get the containing LDAPUserFolder. This allows
  use of PloneLDAP outside of a CMF site.


1.0rc1
~~~~~~

* Fix setting of object classes when creating a new plugin instance.

* Fix member property sheets: RAM caching does not like it when you try 
  to store non-pickleable data.
 
