[rt-users] RT-External-Auth debugging?
David Hobley
david.hobley at mionegroup.com
Wed May 13 18:53:15 EDT 2009
----- Original Message -----
From: "Mike Peachey" <mike.peachey at jennic.com>
To: "David Hobley" <david.hobley at mionegroup.com>
Cc: "Ruslan Zakirov" <ruslan.zakirov at gmail.com>, rt-users at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20090514/fb51be39/attachment.htm>
More information about the rt-users
mailing list