flask-ldap3-login

LDAP3 Logins for Flask/Flask-Login

MIT License

Downloads
16.4K
Stars
73
Committers
17

Bot releases are hidden (Show)

flask-ldap3-login - 0.9.18

Published by nickw444 about 2 years ago

flask-ldap3-login - 1.0.0a2

Published by nickw444 about 2 years ago

What's Changed since 1.0.0a1

New Contributors

Full Changelog: https://github.com/nickw444/flask-ldap3-login/compare/1.0.0a1...1.0.0a2

flask-ldap3-login - 0.9.17

Published by nickw444 almost 3 years ago

  • Solve WTForms 3.0 validators.Required dependency issue #96 (Thanks @northwestwitch)
flask-ldap3-login - 0.9.17b1

Published by nickw444 almost 3 years ago

  • Solve WTForms 3.0 validators.Required dependency issue #96 (Thanks @northwestwitch)
flask-ldap3-login - 0.9.16

Published by nickw444 almost 6 years ago

  • Added config item LDAP_CHECK_NAMES with default of True (#49). Thanks @Morabaraba
flask-ldap3-login - 0.9.15

Published by nickw444 about 6 years ago

  • Fixes get_user_groups for dn's with special chars (#42). Thanks @mofrank
  • Add information about SUBTREE for search scope config. Thanks @cjchand
flask-ldap3-login - 0.9.14

Published by nickw444 over 6 years ago

Adds support for LDAP_BIND_DIRECT_PREFIX to compliment LDAP_BIND_DIRECT_SUFFIX. Thanks @sysr-q

flask-ldap3-login - 0.9.13: Add additional TLS Options

Published by nickw444 over 7 years ago

  • Allow custom TLS contexts to be passed to ldap3.Server (#23)
flask-ldap3-login - 0.9.12: Module is now compatible with ldap3>=2.0.7

Published by nickw444 almost 8 years ago

  • Fixes #17. Thanks @cgroschupp
flask-ldap3-login - 0.9.11

Published by nickw444 about 8 years ago

  • Flake8 lint all code
  • This release fixes #13 - connection.response returns things that are not search result entries.