Releases: Monogramm/taiga-contrib-ldap-auth-ext
Releases · Monogramm/taiga-contrib-ldap-auth-ext
v0.5.0
What's Changed
- style: Overall code quality improvements by @madmath03 in #31
- Fix condition bug #33 by @zakkg3 in #34
- 🐛 Fix for faulty if statement by @a-ts in #40
- Sanitize data before passing to ldap by @TuringTux in #47
- feat(auth): new auth module (tg-4625, tgg-626) by @maciejhpl in #46
- 👷 Add GitHub Actions release and templates by @madmath03 in #50
- 💚 Fix CI build by @madmath03 in #51
New Contributors
- @zakkg3 made their first contribution in #34
- @a-ts made their first contribution in #40
- @TuringTux made their first contribution in #47
- @maciejhpl made their first contribution in #46
For thanks everyone's contributions to maintain this up to date 🙏
Full Changelog: v0.4.4...v0.5.0
v0.4.4
v0.4.3
v0.4.1
v0.4.0
v0.3.4
v0.3.3
v0.3.0
Retrieval of Martijn Bastiaan's improvements, allowing fallback to normal login if LDAP fails.
v0.2.3
Regrouped almost all different forks into this one, added some enhancements of my own, changed module name and uploaded stable version to pypi.
Includes:
- Allow dot (and perhaps other characters) in username
- connector: remove duplicate SIMPLE and SYNC imports
- services: update user's DB entry from LDAP (if needed)
- Search for LDAP entry by both username and e-mail + large refactor
- support of alternative LDAP ciphersuites
- Fixed UTF-8 encoded DN
- update notes
- Completion of support of alternative LDAP ciphersuites
- LDAP over START TLS
- New error message if several matches on login