RT::Authen::ExternalAuth - RT Authentication using External Sources
A complete package for adding external authentication mechanisms to RT. It currently supports LDAP via Net::LDAP and External Database authentication for any database with an installed DBI driver. It also allows for authenticating cookie information against an external database through the use of the RT-Authen-CookieAuth extension.
To install RT::Authen::ExternalAuth, copy and paste the appropriate command in to your terminal.
cpanm
cpanm RT::Authen::ExternalAuth
CPAN shell
perl -MCPAN -e shell install RT::Authen::ExternalAuth
For more information on module installation, please visit the detailed CPAN module installation guide.