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

Releases: Kinto/kinto-ldap

0.3.1

10 Mar 16:14
Compare
Choose a tag to compare
  • Fix support with Kinto 6 and Python 3. (#18)

0.3.0

03 Mar 17:15
Compare
Choose a tag to compare
  • Support login from multiple DN from the same LDAP server (#16)

0.2.1

03 Nov 10:07
5d42d04
Compare
Choose a tag to compare

Bug fixes

  • Fix heartbeat that would always return False

0.2.0

02 Nov 15:40
d041329
Compare
Choose a tag to compare

New features

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

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

27 Jun 15:08
Compare
Choose a tag to compare
  • Basic Auth Authentication validation for LDAP.