Added verify_password(dn, password) method

master
nanu2 2014-09-23 16:03:27 +02:00
parent efd56e6bac
commit 0f398f4458
1 changed files with 3 additions and 0 deletions

View File

@ -5,9 +5,11 @@ Changelog
+++++
**Improvements**
- Added verify_password(dn, password) method
**Bugfixes**
- 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
@ -25,6 +27,7 @@ Changelog
+++++
**Bugfixes**
- Fixed pretty print of binary attribute
- Fixed ldap.get sizelimit=1 exception for now (come back to this later)
- Added try catch to api