debian man page for catalyst::plugin::authentication::credential::nopassword

Query: catalyst::plugin::authentication::credential::nopassword

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Catalyst::Plugin::Authentication::Credential::NoPasswordUser)Contributed Perl DocumenCatalyst::Plugin::Authentication::Credential::NoPassword(3pm)

NAME
Catalyst::Authentication::Credential::NoPassword - Authenticate a user without a password.
SYNOPSIS
use Catalyst qw/ Authentication /; package MyApp::Controller::Auth; sub login_as_another_user : Local { my ($self, $c) = @_; if ($c->user_exists() and $c->user->username() eq 'root') { $c->authenticate( {id => c->req->params->{user_id}}, 'nopassword' ); } }
DESCRIPTION
This authentication credential checker takes authentication information (most often a username) and retrieves the user from the store. No validation of any credentials is done. This is intended for administrative backdoors, SAML logins and so on when you have identified the new user by other means.
CONFIGURATION
# example <Plugin::Authentication> <nopassword> <credential> class = NoPassword </credential> <store> class = DBIx::Class user_model = DB::User role_relation = roles role_field = name </store> </nopassword> </Plugin::Authentication>
METHODS
authenticate ( $c, $realm, $authinfo ) Try to log a user in. perl v5.14.2 2012-04-14 Catalyst::Plugin::Authentication::Credential::NoPassword(3pm)
Related Man Pages
catalyst::authentication::store::imap(3pm) - debian
catalyst::authentication::store::imap::user(3pm) - debian
catalyst::authentication::store::minimal(3pm) - debian
catalyst::authentication::store::null(3pm) - debian
catalyst::plugin::authentication::credential::nopassword(3pm) - debian
Similar Topics in the Unix Linux Community
WiKID Strong Authentication System 3.0.1 (Default branch)
WiKID Strong Authentication System 3.0.0 (J2ME Wilreless Cell Phone Token branch)
Courier Authentication Library 0.60.6 (Default branch)
Hostbased Authentication
Cron Authentication Failure error in Linux