From 0f398f4458ba418253aa55745b29ec58f4ac9e38 Mon Sep 17 00:00:00 2001 From: nanu2 Date: Tue, 23 Sep 2014 16:03:27 +0200 Subject: [PATCH] Added verify_password(dn, password) method --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 009206b..34f9dad 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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