Releases: Kinto/kinto-ldap
Releases · Kinto/kinto-ldap
0.3.1
- Fix support with Kinto 6 and Python 3. (#18)
0.3.0
- Support login from multiple DN from the same LDAP server (#16)
0.2.1
Bug fixes
- Fix heartbeat that would always return False
0.2.0
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
- Basic Auth Authentication validation for LDAP.