(sent this direct to Kevin, oops.  Here's for the archives and my
fellow Perl novices:)

>> The first line in my SiteConfig.pm is
>>
>> Set( @Plugins, qw(RT::Authen::ExternalAuth) );
>>
>> and the rest of the config seems to be honored (the next line is the
>> Set for ECFV, frex, and that's working well).
>
> This makes me think you have two
> Set(@Plugins, ...) lines, with the second clobbering the first
> You probably want
> Set(@Plugins, qw(RT::Authen::ExternalAuth
> RT::Extension::ExtractCustomFieldValues))

What is the sound of one forehead slapping?

Too new at Perl to realize the last one gets honored.  Thought you
needed a separate Set() for each one.
Thanks!

Corrected as described, all sys are now go.

--
/chown -R us:us /yourbase
_______________________________________________
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