You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`#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
+
123
132
- 1.2.0 September 26, 2017
124
133
- Changed get_group_members() and get_user_groups() returning strings instead of bytes in PY3.
125
134
@@ -133,41 +142,33 @@ Changes:
133
142
Fix set_option call to LDAP for SSL CERT
134
143
135
144
- 1.1.0 June 7, 2016
136
-
137
145
- Add the ability the pass any valid pyldap config options via the LDAP_CUSTOM_OPTIONS configuration directive.
138
146
139
147
- 1.0.1 June 5, 2016
140
-
141
148
- Fix ldap filter import.
142
149
143
150
- 1.0.0 June 4, 2016
144
-
145
151
- Python 3.x support. Switched from python-ldap to pyldap which is a fork with Python 3.x support.
146
152
147
153
- 0.4.0: September 5, 2015
148
-
149
154
- Added support for OpenLDAP directories. Thanks to `@jm66 <https://github.com/jm66>`_ on GitHub.
0 commit comments