Change Log

v0.1.4 - September 20, 2013 - Miscellaneous fixes

  • Raise INVALID_DN_SYNTAX for invalid DNs.
  • Raise FILTER_ERROR on filter string parse errors.
  • Include the full method call signature in SeedRequired exceptions.

v0.1.3 - September 18, 2013 - Python 2.5 support

  • mockldap is now compatible with Python 2.5.

    Since python-ldap doesn’t seem to be making progress toward Python 3, there’s no need to drop Python 2.5 support here yet.

v0.1.2 - September 17, 2013 - Fix simple_bind_s exception

  • simple_bind_s now raises INVALID_CREDENTIALS instead of NO_SUCH_OBJECT if the DN does not exist. This is consistent with the behavior of python-ldap.

v0.1.1 - September 8, 2013 - Setup fixes

Minor fixes for packaging, installation, and testing.

v0.1.0 - September 7, 2013 - Initial Release

Initial release.