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

Raphaël MOUNEYRES raphael.mouneyres at sagemcom.com
Tue Apr 19 04:16:35 EDT 2011


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 at upp.cz> 
Envoyé par : rt-users-bounces at lists.bestpractical.com
19/04/2011 10:14

A
rt-users at 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."
#

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110419/71611540/attachment.htm>


More information about the rt-users mailing list