----- Original Message ----- 
From: "Mike Peachey" <mike.peac...@jennic.com> 
To: "David Hobley" <david.hob...@mionegroup.com> 
Cc: "Ruslan Zakirov" <ruslan.zaki...@gmail.com>, 
rt-users@lists.bestpractical.com 
Sent: Tuesday, May 12, 2009 10:56:19 PM GMT +10:00 Brisbane 
Subject: Re: [rt-users] RT-External-Auth debugging? 

Tue 12 May 2009 13:49:03 GMT 
David Hobley wrote: 
> 
> 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)); 

That fixed it - thanks Mike (& Ruslan) appreciate your responses. 

Cheers, 
David 
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to