<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi All, <br>
After installing HistoryFilter(or BriefHistory) to rt3.8.8 the
plugin RT-Authen-ExternalAuth-0.08 stops work. <br>
I could login with local account, but login with ldap account is not
possible.<br>
<br>
It looks, the plugin ExternalAuth is not initialized after start<br>
RT_SiteConfig.pm<br>
Set(@Plugins,(qw(RT::Authen::ExternalAuth)));<br>
Set(@Plugins,qw(RT::Extension::HistoryFilter));<br>
[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)<br>
<br>
if I change order in RT_SiteConfig.pm <br>
Set(@Plugins,qw(RT::Extension::HistoryFilter));<br>
Set(@Plugins,(qw(RT::Authen::ExternalAuth)));<br>
Successful login for radek.svoboda from 10.1.0.18
(/opt/rt388/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm:219<br>
but HistoryFilter doesn't working<br>
<br>
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style:
normal; font-variant: normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: 2; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; font-size: medium;">Any idea how to fix this<br>
<br>
Thanks<br>
<br>
Radek<br>
</span>
</body>
</html>