<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Peter Karman wrote:
<blockquote cite="mid47990F0C.8080300@peknet.com" type="cite">
<pre wrap="">
On 01/24/2008 03:45 PM, Andrew Peebles wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Peter Karman wrote:
</pre>
<blockquote type="cite">
<pre wrap="">On 01/24/2008 02:49 PM, Andrew Peebles wrote:
</pre>
<blockquote type="cite">
<pre wrap="">perl -MCPAN -e 'install Catalyst::Authentication::Store::LDAP'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Wed, 23 Jan 2008 23:30:57 GMT
Warning: Cannot install Catalyst::Authentication::Store::LDAP, don't
know what it is.
</pre>
</blockquote>
<pre wrap="">you forgot the ::Plugin part
</pre>
</blockquote>
<pre wrap="">My original email stated the error message coming from Catalyst, I just
cut-n-pasted it:
[warn] Store class "Catalyst::Authentication::Store::LDAP" not found,
trying deprecated ::Plugin:: style naming.
Then I tried to install the package listed in the warning ... ???
</pre>
</blockquote>
<pre wrap=""><!---->
what does your config and 'use Catalyst qw( ... )' look like?
The default Authentication plugin will try and load the Store and Credential plugins from
the config, IIRC.
</pre>
</blockquote>
use Catalyst qw/<br>
-Debug <br>
ConfigLoader <br>
Static::Simple<br>
StackTrace<br>
Authentication<br>
Authentication::Store::LDAP<br>
Authentication::Credential::Password<br>
Authorization::Roles<br>
Authorization::ACL<br>
Session<br>
Session::Store::FastMmap<br>
Session::State::Cookie<br>
/;<br>
<br>
<br>
Config in the yml file, pretty much cut-n-paste from the new doc ... <br>
<br>
class: Password for credentials and<br>
class: LDAP for store<br>
<br>
a<br>
<br>
</body>
</html>