Added verify_password(dn, password) method
parent
efd56e6bac
commit
0f398f4458
|
@ -5,9 +5,11 @@ Changelog
|
||||||
+++++
|
+++++
|
||||||
|
|
||||||
**Improvements**
|
**Improvements**
|
||||||
|
|
||||||
- Added verify_password(dn, password) method
|
- Added verify_password(dn, password) method
|
||||||
|
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
|
|
||||||
- Added escape_filter_chars() to filter (sanitize) the filter
|
- Added escape_filter_chars() to filter (sanitize) the filter
|
||||||
- Override of cidicts __getitem__ so that user.attrs['nonexistent'] won't raise an exception, but instead returns an empty list
|
- Override of cidicts __getitem__ so that user.attrs['nonexistent'] won't raise an exception, but instead returns an empty list
|
||||||
|
|
||||||
|
@ -25,6 +27,7 @@ Changelog
|
||||||
+++++
|
+++++
|
||||||
|
|
||||||
**Bugfixes**
|
**Bugfixes**
|
||||||
|
|
||||||
- Fixed pretty print of binary attribute
|
- Fixed pretty print of binary attribute
|
||||||
- Fixed ldap.get sizelimit=1 exception for now (come back to this later)
|
- Fixed ldap.get sizelimit=1 exception for now (come back to this later)
|
||||||
- Added try catch to api
|
- Added try catch to api
|
||||||
|
|
Loading…
Reference in New Issue