- Dropped support for Python 2.5.
- Removed distribute_setup bootstrap file, installation now requires setuptools to already be installed.
- #1: Added an
authenticatemethod for authenticating a given DN and password using a bind operation. - #2: Added the ability to set (and clear) defaults for the
searchmethod. - #4: Added a
comparemethod, wrapping ldap's compare, to return boolean values instead of 0 and 1.
- Added tox testing configuration, setup to run against Python 2.5, 2.6, and 2.7.
- Converted repo from hg to git.
- Initial release.
Connectionclass for conveniently creating connections to LDAP servers.LDAPItemclass for wrapping LDAP result objects and allowing more convenient, dictionary-like access to their contained data.