Peter Karman wrote:
I'd like to see a bit more complete documentation. I am just now moving from the older version, and now seeOn 01/24/2008 07:07 AM, rahed wrote: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.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. 'authentication' => { default_realm => "ldap", realms => { ldap => { credential => { class => "Password", password_field => "password", password_type => "self_check", }, but no explanation of realms, and what the credential info is used for. |
_______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/