NAME Catalyst::Model::LDAP::FromAuthentication - Provides an LDAP model bound as the user who logged in. SYNOPSIS package MyApp::Model::LDAP; use Moose; use namespace::autoclean; extends 'Catalyst::Model::LDAP::FromAuthentication'; # Elsewhere $c->model('LDAP'); DESCRIPTION This model is a shim used to mash up Catalyst::Authentication::Store::LDAP and Catalyst::Model::LDAP. It will return Catalyst::Authentication::Store::LDAP object bound to the directory as the logged in user. AUTHOR Tomas Doran (t0m) "