Skip to content

Releases: alexferl/flask-simpleldap

v2.0.0

03 Apr 19:15
41c31f2
Compare
Choose a tag to compare

Add Flask 3.x compatibility and the following:

PRs:

Fix:

Release v1.4.0

16 Jul 10:25
Compare
Choose a tag to compare

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

Release v1.3.3

16 Jul 10:30
Compare
Choose a tag to compare

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

Release v1.3.2

15 Jul 03:22
Compare
Choose a tag to compare

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

Release v1.3.0

14 Jul 23:21
Compare
Choose a tag to compare

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

17 Jul 15:01
Compare
Choose a tag to compare
Fixes for PY3

v1.1.1

17 Jul 15:01
Compare
Choose a tag to compare
Fix set_option call to LDAP for SSL CERT

v1.1.0

08 Jun 02:38
Compare
Choose a tag to compare

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

v1.0.1

08 Jun 02:37
Compare
Choose a tag to compare

Fix filtering

Python 3.x support

05 Jun 04:49
Compare
Choose a tag to compare

Add Python 3.x support