I don't actually need any of the extra lines, calling ->ldap_bind on the store I...
[catagits/Catalyst-Authentication-Store-LDAP.git] / Changes
diff --git a/Changes b/Changes
index 597013f..f31808c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,31 @@
+   - Change documentation which still refers to the old ::Plugin:: style
+     auth system to use ->authenticate instead of ->login, and not say that
+     you need to do things manually to have multiple stores. (t0m)
+
+0.1004  21 Oct 2008
+   - Add the ability to have the user inflated into a custom
+     user class with the user_class option (t0m)
+   - Add the ability for role lookup to be performed within
+     the same (user) bind context that the user's password is
+     checked in (t0m)
+
+0.1003  10 Sept 2008
+    - get entries in array context rather than scalar context, 
+      allowing for multiple values. patch by scpham.
+    - lc() to compare Net::LDAP results with supplied $id
+      bug reported via RT #39113
+
+
+0.1002  9 July 2008
+    - tests updated to use Net::LDAP::Server::Test 0.03
+
+
+0.1001  9 April 2008
+    - matthewr pointed out that the SYNOPSIS 'use Catalyst' line is wrong.
+    - imacat reported that t/03-entry was failing when Catalyst::Model::LDAP was
+      not installed. Fixed RT# 34777.
+
+
 0.1000  4 Feb 2008
     - forked from Catalyst::Plugin::Authentication::Store::LDAP and name changed 
       to Catalyst::Authentication::Store::LDAP
@@ -5,6 +33,10 @@
     - changed release date for 0.0600
     - added AD config suggestions from matija@serverflow.com
     - bumped req base Auth package to 0.10003
+    - lookup_user() now throws an exception if there is more than one entry returned
+      from a LDAP search
+    - added new user_search_filter config option to filter out multiple entries on
+      Perl side
 
 
 0.0600  karman 18 Oct 2007 [was: omega Thu Aug 09 09:22:00 CET 2007]