Skip to content

Commit 6cd24e6

Browse files
Update index.rst
1 parent 4bfc28f commit 6cd24e6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/index.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ First, install Flask-SimpleLDAP:
1919
$ pip install flask-simpleldap
2020
2121
Flask-SimpleLDAP depends, and will install for you, recent versions of Flask
22-
(0.10.1 or later) and pyldap. Flask-SimpleLDAP is compatible
22+
(0.12.4 or later) and pyldap. Flask-SimpleLDAP is compatible
2323
with and tested on Python 2.7, 3.5, 3.6 and 3.7.
2424

2525
Next, add a :class:`~flask_simpleldap.LDAP` to your code and at least the three
@@ -120,6 +120,15 @@ History
120120

121121
Changes:
122122

123+
- 1.3.0 July 14, 2019
124+
- Thanks to the contributors, this release fixes issues related to bind_user and fixes some issues related to filtering.
125+
`#51 <https://github.com/admiralobvious/flask-simpleldap/pull/51>`_ Referral chasing crash
126+
`#54 <https://github.com/admiralobvious/flask-simpleldap/pull/54>`_ Fixes #44 - Error in bind_user method, also fixes #60 and #61
127+
`#56 <https://github.com/admiralobvious/flask-simpleldap/pull/56>`_ OpenLDAP section has Incorrect LDAP_GROUP_OBJECT_FILTER
128+
`#57 <https://github.com/admiralobvious/flask-simpleldap/pull/57>`_ next vaule: Priority use request.full_path
129+
`#59 <https://github.com/admiralobvious/flask-simpleldap/pull/59>`_ get_object_details to take query_filter and fallback to LDAP_USER_OBJECT_FILTER or LDAP_GROUP_OBJECT_FILTER
130+
131+
123132
- 1.2.0 September 26, 2017
124133
- Changed get_group_members() and get_user_groups() returning strings instead of bytes in PY3.
125134

@@ -133,41 +142,33 @@ Changes:
133142
Fix set_option call to LDAP for SSL CERT
134143

135144
- 1.1.0 June 7, 2016
136-
137145
- Add the ability the pass any valid pyldap config options via the LDAP_CUSTOM_OPTIONS configuration directive.
138146

139147
- 1.0.1 June 5, 2016
140-
141148
- Fix ldap filter import.
142149

143150
- 1.0.0 June 4, 2016
144-
145151
- Python 3.x support. Switched from python-ldap to pyldap which is a fork with Python 3.x support.
146152

147153
- 0.4.0: September 5, 2015
148-
149154
- Added support for OpenLDAP directories. Thanks to `@jm66 <https://github.com/jm66>`_ on GitHub.
150155

151156
- 0.3.0: January 21, 2015
152-
153157
- Fix Github issue `#10 <https://github.com/admiralobvious/flask-simpleldap/issues/10>`_,
154158
Redirect users back to the page they originally requested after authenticating
155159

156160
- Fix GitHub issue `#12 <https://github.com/admiralobvious/flask-simpleldap/issues/12>`_,
157161
Only trust .bind_user() with a non-empty password
158162

159163
- 0.2.0: December 7, 2014
160-
161164
- Added HTTP Basic Authentication. Thanks to `@OptiverTimAll <https://github.com/optivertimall>`_ on GitHub.
162165
- Fix GitHub issue `#4 <https://github.com/admiralobvious/flask-simpleldap/issues/4>`_,
163166
User or group queries are vulnerable to LDAP injection.
164167
Make sure you update your filters to use '%s' instead of the old '{}'!
165168

166169
- 0.1.1: September 6, 2014
167-
168170
- Fix GitHub issue `#3 <https://github.com/admiralobvious/flask-simpleldap/issues/3>`_,
169171
Not compatible with uppercase distinguished names.
170172

171173
- 0.1: August 9, 2014
172-
173174
- Initial Release

0 commit comments

Comments
 (0)