flask-ldapconn

Flask extension providing python-ldap3 connection and ORM for accessing LDAP servers.

BSD-2-CLAUSE License

Downloads
3.4K
Stars
64
Committers
10
flask-ldapconn - v0.10.2 Latest Release

Published by rroemhild 6 months ago

flask-ldapconn -

Published by rroemhild almost 5 years ago

  • Fix security issue: allows authentication without password (Roland)
flask-ldapconn - Version 0.7.1

Published by rroemhild about 5 years ago

  • Add setting FORCE_ATTRIBUTE_VALUE_AS_LIST
  • Add Pipfile and Pipfile.lock for pipenv
  • Add Python 3.5 & 3.6 to unittest
flask-ldapconn - Version 0.7.2

Published by rroemhild about 5 years ago

  • Add support to return string values in JSON
  • Add support for LDAP_RAISE_EXCEPTIONS (Robert Wikman)
  • Rename LDAP_TIMEOUT to LDAP_CONNECT_TIMEOUT (Robert Wikman)
flask-ldapconn - Version 0.8.0

Published by rroemhild about 5 years ago

  • Refactored LDAPAttribute class (Alexei Margasov @alexei38)
  • Add support for Python 3.7
  • End support for Python 3.4
  • Update requirements in Pipfile.lock
flask-ldapconn - Version 0.9.0

Published by rroemhild about 5 years ago

  • Fix anonymous binding where no security layer is need at all (Matthias Tafelmeier @cherusk)
flask-ldapconn - Version 0.10.0

Published by rroemhild about 5 years ago

  • End support for Python 2.7
  • fix adding zero integer attribute value (HAMANO Tsukasa)