rename from ::Plugin and refactor tests
[catagits/Catalyst-Authentication-Store-LDAP.git] / Changes
CommitLineData
f66d606b 10.1000 4 Feb 2008
2 - forked from Catalyst::Plugin::Authentication::Store::LDAP and name changed
3 to Catalyst::Authentication::Store::LDAP
4 - tests now use Net::LDAP::Server::Test instead of relying on openldap.org
5 - changed release date for 0.0600
6 - added AD config suggestions from matija@serverflow.com
7 - bumped req base Auth package to 0.10003
8
9
100.0600 karman 18 Oct 2007 [was: omega Thu Aug 09 09:22:00 CET 2007]
11 - Someone had put some 0.052 version out, need to bump past that
12 - Add realms API support to match newest C::P::Authentication API. (karman)
13 - Add POD tests. (karman)
14
150.06 omega Thu Aug 09 09:00:00 CET 2007
16 - Added support for entry_class in the same way that Catalyst::Model::LDAP
17 supports it, allowing one to override what class is returned from
18 $c->user->ldap_entry, and thus allowing one to add methods to the user
19 object
20
210.05
22 - Added support for multiple identifiers.
23
240.04 adam Tue Mar 21 15:31:57 PST 2006
25 - Fixed rt.cpan.org #18250, sample YAML config incorrectly using arrays
26 - Added some error checking around whether or not we have been properly
27 configured.
28
290.03 adam Fri Feb 17 09:51:36 PST 2006
30 - Gavin Henry's documentation patch for YAML configuration
31
320.02 adam Fri Feb 10 14:10:23 PST 2006
33 - Now throws an exception if the initial bind fails
34 - Changed the default role_filter from (member=%s) to (memberUid=%s)
35 - Fixed bug in Backend->lookup_user that was not properly handling
36 when a user was not found in the backing store at all.
37
380.01 adam Thu Feb 8 14:28:18 2006
39 - initial revision
40 - supports authentication
41 - supports roles
42