[Catalyst-commits] r12309 - Catalyst-Authentication-Store-LDAP/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Dec 11 17:35:09 GMT 2009


Author: t0m
Date: 2009-12-11 17:35:09 +0000 (Fri, 11 Dec 2009)
New Revision: 12309

Modified:
   Catalyst-Authentication-Store-LDAP/trunk/Changes
Log:
Changelog

Modified: Catalyst-Authentication-Store-LDAP/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/Changes	2009-12-11 13:39:08 UTC (rev 12308)
+++ Catalyst-Authentication-Store-LDAP/trunk/Changes	2009-12-11 17:35:09 UTC (rev 12309)
@@ -1,6 +1,10 @@
 0.1006
    - Pass $c along to find_user method so overridden user_class users can
      get at models (or whatever crazy things they might do) (gphat)
+   - Add an ldap_connection method to the user class, which will return
+     an LDAP connection bound as the user who authenticated.
+   - Trim trailing whitespace from submitted usernames otherwise we generate
+     bad LDAP queries.
 
 0.1005  30 April 2009
    - Stop throwing an exception when the lookup_user method fails




More information about the Catalyst-commits mailing list