From: Tomas Doran Date: Sat, 15 May 2010 07:13:09 +0000 (+0000) Subject: Date in changelog, regenerate README, fix Makefile.PL X-Git-Tag: v1.009^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Store-LDAP.git;a=commitdiff_plain;h=ff35d7cbd875264cd3387ed6d41a78fae6354366 Date in changelog, regenerate README, fix Makefile.PL --- diff --git a/Changes b/Changes index 24716bf..cf6110f 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/Makefile.PL b/Makefile.PL index 5a221be..1c9b564 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ requires( 'Catalyst::Plugin::Authentication' => '0.10003' ); 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/'; diff --git a/README b/README index 103a24c..1ffefe6 100644 --- a/README +++ b/README @@ -131,7 +131,7 @@ CONFIGURATION OPTIONS 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 @@ CONFIGURATION OPTIONS } 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.