Hi All,
After installing HistoryFilter(or BriefHistory) to rt3.8.8 the plugin RT-Authen-ExternalAuth-0.08 stops work. I could login with local account, but login with ldap account is not possible.

It looks, the plugin ExternalAuth is not initialized after start
RT_SiteConfig.pm
Set(@Plugins,(qw(RT::Authen::ExternalAuth)));
Set(@Plugins,qw(RT::Extension::HistoryFilter));
[Tue Apr 19 07:42:14 2011] [error]: FAILED LOGIN for radek.svoboda from 192.168.7.254 (/opt/rt388/bin/../lib/RT/Interface/Web.pm:424)

if I change order in RT_SiteConfig.pm
Set(@Plugins,qw(RT::Extension::HistoryFilter));
Set(@Plugins,(qw(RT::Authen::ExternalAuth)));
Successful login for radek.svoboda from 10.1.0.18 (/opt/rt388/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm:219
but HistoryFilter doesn't working

Any idea how to fix this

Thanks

Radek

Reply via email to