Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (29 loc) · 894 Bytes

CHANGELOG.rst

File metadata and controls

53 lines (29 loc) · 894 Bytes

CHANGELOG

This document describes changes between each past release.

0.4.0 (unreleased)

  • Nothing changed yet.

0.3.1 (2017-03-10)

Bug fixes

  • Fix support with Kinto 6 and Python 3. (#18)

0.3.0 (2016-11-23)

  • Support login from multiple DN from the same LDAP server (#16)

0.2.1 (2016-11-03)

Bug fixes

  • Fix heartbeat that would always return False

0.2.0 (2016-11-02)

  • Set default value for multiauth.policy.ldap.use (fixes #3)
  • Add the plugin version in the capability.

New features

  • Add connection pool settings (fixes #10)

Bug fixes

  • Fix heartbeat when server is unreachable (fixes #8)
  • Returns None and log exception if LDAP backend cannot be reached (fixes #9)

0.1.0 (2016-06-27)

  • Basic Auth Authentication for LDAP.