[rt-users] RT-External-Auth debugging?

Mike Peachey mike.peachey at jennic.com
Tue May 12 08:56:19 EDT 2009


Tue 12 May 2009 13:49:03 GMT
David Hobley wrote:
> Ruslan,
> 
> thanks for your reply - how can I check this from the UI exactly? Given
> I can't login!

Local accounts can always login. Login as root to check the configuration.

> 
> I have the following in my RT_SiteConfig.pm, so I thought I had it all
> configured:
> 
> # Set up any Plugins
> Set(@Plugins, qw(Extension::QuickDelete));
> Set(@Plugins, qw(RT::Authen::ExternalAuth));
> Set(@Plugins, qw(RT::FM));

You are overriding the @Plugins array twice. Replace these three lines with:

Set(@Plugins, qw(Extension::QuickDelete RT::Authen::ExternalAuth RT::FM));

lot more difficult.
order and makes replying cleanly a
it totally screws up the reading
Please try not to top-post because
By the way,
-- 
Kind Regards,

__________________________________________________

Mike Peachey, IT
Tel: +44 114 281 2655
Fax: +44 114 281 2951
Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK
Comp Reg No: 3191371 - Registered In England
http://www.jennic.com
__________________________________________________



More information about the rt-users mailing list