- Adaptations to changes in ldap3 version 2, including changed constant names. - This version is intended to support the newer ldap3 versions >= 2.0 only.
0.2.5
Not secure
-----
- Explicitly requires ldap3 < version 2.0 for compatibility reasons. - This version is intended to support the older ldap3 versions < 2.0 only.
0.2.4
Not secure
-----
- The pool lifetime is now configurable
0.2.3
Not secure
-----
- Account for renaming of python3-ldap to ldap3 - Proper unbinding of Connections - Do not fill cache if caching has been disabled - Release as source package and universal wheel
0.2.2
Not secure
------
- Support server pools - Ignore results without a dn instead of raising an error - Escape special characters when querying for groups - Do not cache invalid responses - Added documentation on recursive group queries
0.2.1
Not secure
------
- Use implicit binding and proper unbinding of connections.