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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat May 15 07:13:09 GMT 2010


Author: t0m
Date: 2010-05-15 08:13:09 +0100 (Sat, 15 May 2010)
New Revision: 13257

Modified:
   Catalyst-Authentication-Store-LDAP/trunk/Changes
   Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL
   Catalyst-Authentication-Store-LDAP/trunk/README
Log:
Date in changelog, regenerate README, fix Makefile.PL

Modified: Catalyst-Authentication-Store-LDAP/trunk/Changes
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/Changes	2010-05-15 02:40:21 UTC (rev 13256)
+++ Catalyst-Authentication-Store-LDAP/trunk/Changes	2010-05-15 07:13:09 UTC (rev 13257)
@@ -1,4 +1,4 @@
-1.009  xxx
+1.009  15 May 2010
    - Fix pod for get_user() and from_session() in Backend.pm, adding
      the missing $c param. Pass $c in from_session() through to get_user().
      Reported in https://rt.cpan.org/Ticket/Display.html?id=56983 with

Modified: Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL	2010-05-15 02:40:21 UTC (rev 13256)
+++ Catalyst-Authentication-Store-LDAP/trunk/Makefile.PL	2010-05-15 07:13:09 UTC (rev 13257)
@@ -13,7 +13,7 @@
 build_requires('Net::LDAP::Server::Test' => '0.07');
 build_requires('Test::More');
 build_requires('Test::MockObject');
-build_required('Test::Exception');
+build_requires('Test::Exception');
 
 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Store-LDAP/trunk/';
 

Modified: Catalyst-Authentication-Store-LDAP/trunk/README
===================================================================
--- Catalyst-Authentication-Store-LDAP/trunk/README	2010-05-15 02:40:21 UTC (rev 13256)
+++ Catalyst-Authentication-Store-LDAP/trunk/README	2010-05-15 07:13:09 UTC (rev 13257)
@@ -131,7 +131,7 @@
 
         user_basedn: ou=Domain Users,ou=Accounts,dc=mycompany,dc=com
         user_field:  samaccountname
-        user_filter: (sAMAccountName=%s) 
+        user_filter: (sAMAccountName=%s)
 
     He also notes: "I found the case in the value of user_field to be
     significant: it didn't seem to work when I had the mixed case value
@@ -220,7 +220,7 @@
                               }
                               return undef; # i.e., no match
                             }
- 
+
   use_roles
     Whether or not to enable role lookups. It defaults to true; set it to 0
     if you want to always avoid role lookups.




More information about the Catalyst-commits mailing list