From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Catalyst::Model::LDAP::FromAuthentication - Provides an LDAP model bound as the user who logged in.

SYNOPSIS

use Moose;
# 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) <bobtfish@bobtfish.net

COPYRIGHT

Copyright 2009 state51

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.