<!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="mid4798C915.5040709@peknet.com" type="cite">
  <pre wrap="">
On 01/24/2008 07:07 AM, rahed wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi,

I tried to install Catalyst::Plugin::Authentication::Store::LDAP but
it fails during t/01-pre_realms_api.t test. The message is:

IO::Socket::INET: connect: timeout at t\01-pre_realms_api.t line 23.

Both on Solaris10 and windows. Do I miss something? I noticed it fails
also with CPAN Testers.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
you did not miss anything. There are tests for this timeout issue in svn already but I am
waiting on some other issues before making a new release of ::Store::LDAP.

The tests try and access openldap.org and timeout if they can't reach it. So you can
safely ignore those test failures for now.

  </pre>
</blockquote>
I'd like to see a bit more complete documentation.  I am just now
moving from the older version, and now see<br>
<br>
<tt>             'authentication' =&gt; {<br>
                default_realm =&gt; "ldap",<br>
                realms =&gt; {<br>
                  ldap =&gt; {<br>
                    credential =&gt; {<br>
                      class =&gt; "Password",<br>
                      password_field =&gt; "password",<br>
                      password_type =&gt; "self_check",<br>
                    },</tt><br>
<br>
but no explanation of realms, and what the credential info is used for.<br>
<br>
</body>
</html>