![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Catalyst-Authentication-Store-LDAP-1.007.tar.gz |
NAME Catalyst::Authentication::Store::LDAP - Authentication from an LDAP Directory. SYNOPSIS use Catalyst qw( Authentication ); __PACKAGE__->config( 'authentication' => { default_realm => "ldap", realms => { ldap => { credential => { class => "Password", more»
0.1007 19 Mar 2010 - Store the user password for the ldap_connection method in an inside out hash rather than a closure so that the user object can be serialized with Storable as people are putting them in the session (RT#53279) 0.1006 11 Dec 2009 - Pass $c along to find_user method so overridden user_class users can get at models (or whatever crazy things they might do) (g more»
* Cache - this hits the directory a lot during full Auth/Authz usage. * Recipes - We could handle some default recipes in the documentation for different usage patterns. * Tests - We don't do any but the most cursory of tests (13:22:23) jayk: karpet: yah. the ability to define the user class to use in config would make the module much more flexible. able to customize without s more»
[DIR] | Catalyst-Authentication-Store-LDAP-1.007/ (9) |