Releases: m-martinez/who_ldap
Releases · m-martinez/who_ldap
3.2.2
- Properly escape search filter string (http://ldap3.readthedocs.io/searches.html#the-search-operation)
3.2.1
- Alter release workflow
3.2.0
- Use version 2.3 of repoze.who which implements improved userdata heuristics
3.1.0
3.1.0b2
- Use
(objectClass=*)
if no filter is specified when scope is base.
3.1.0b1
- Search for users via filter if present
- Switch to ldap3 package (which was renamed from python3-ldap)
- Convert b64de/encode byte strings to regular strings in Python 3