http://www.perlmonks.org?node_id=856430


in reply to Not Authenticating - Catalyst::Authentication::Store::LDAP

The docs say

$c->authenticate({ id => $c->req->param("login"), password => $c->req->param("password") });

id, not username ;-)