ExternalAuth vs HistoryFilter(or BriefHistory)

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

Hi,

all plugins need to be int the same qw :

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

that’s it

Rapha�l

Radek Svoboda radek.svoboda@upp.cz
Envoy� par : rt-users-bounces@lists.bestpractical.com
19/04/2011 10:14

A
rt-users@lists.bestpractical.com
cc

Objet
[rt-users] ExternalAuth vs HistoryFilter(or BriefHistory)

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

" Ce courriel et les documents qui lui sont joints peuvent contenir des
informations confidentielles ou ayant un caract�re priv�. S’ils ne vous sont
pas destin�s, nous vous signalons qu’il est strictement interdit de les
divulguer, de les reproduire ou d’en utiliser de quelque mani�re que ce
soit le contenu. Si ce message vous a �t� transmis par erreur, merci d’en
informer l’exp�diteur et de supprimer imm�diatement de votre syst�me
informatique ce courriel ainsi que tous les documents qui y sont attach�s."

" This e-mail and any attached documents may contain confidential or
proprietary information. If you are not the intended recipient, you are
notified that any dissemination, copying of this e-mail and any attachments
thereto or use of their contents by any means whatsoever is strictly
prohibited. If you have received this e-mail in error, please advise the
sender immediately and delete this e-mail and all attached documents
from your computer system."