<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><br>----- Original Message -----<br>From: "Mike Peachey" <mike.peachey@jennic.com><br>To: "David Hobley" <david.hobley@mionegroup.com><br>Cc: "Ruslan Zakirov" <ruslan.zakirov@gmail.com>, rt-users@lists.bestpractical.com<br>Sent: Tuesday, May 12, 2009 10:56:19 PM GMT +10:00 Brisbane<br>Subject: Re: [rt-users] RT-External-Auth debugging?<br><br>Tue 12 May 2009 13:49:03 GMT<br>David Hobley wrote:<br>> <br>> I have the following in my RT_SiteConfig.pm, so I thought I had it all<br>> configured:<br>> <br>> # Set up any Plugins<br>> Set(@Plugins, qw(Extension::QuickDelete));<br>> Set(@Plugins, qw(RT::Authen::ExternalAuth));<br>> Set(@Plugins, qw(RT::FM));<br><br>You are overriding the @Plugins array twice. Replace these three lines with:<br><br>Set(@Plugins, qw(Extension::QuickDelete RT::Authen::ExternalAuth RT::FM));<br><br>That fixed it - thanks Mike (& Ruslan) appreciate your responses.<br><br>Cheers,<br>David<br></div></body></html>