Flask Simpleldap Versions Save

LDAP authentication extension for the Flask web framework

v2.0.0

1 month ago

Add Flask 3.x compatibility and the following:

PRs:

  • #100
  • #87
  • #86
  • #84
  • #76
  • #73
  • #72
  • #71
  • #67
  • #59

Fix:

  • #96

v1.3.3

4 years ago

This release backports 9a81914 to 1.3.x to #62 for Python 2.7 users.

v1.4.0

4 years ago

This release drops support for Python 2.7. If you're still on Python 2.7, you can use v1.3.3.

Fixes:

  • #62 get_object_details returning None

v1.3.2

4 years ago

Update setup.py to use python-ldap>=3.0.0 which has support for Python 3.x.

v1.3.0

4 years ago

Thanks to the contributors, this release fixes issues related to bind_user and fixes some issues related to filtering.

  • #51 Referral chasing crash
  • #54 Fixes #44 - Error in bind_user method, also fixes #60 and #61
  • #56 OpenLDAP section has Incorrect LDAP_GROUP_OBJECT_FILTER
  • #57 next vaule: Priority use request.full_path
  • #59 get_object_details to take query_filter and fallback to LDAP_USER_OBJECT_FILTER or LDAP_GROUP_OBJECT_FILTER

v1.1.2

6 years ago

v1.1.1

6 years ago

v1.1.0

7 years ago

Add the ability the pass any valid pyldap config options via the LDAP_CUSTOM_OPTIONS configuration directive.

v1.0.1

7 years ago

Fix filtering

v1.0.0

7 years ago

Add Python 3.x support