Gary Greene-4 wrote:
> 
>> > Set(@Plugins,(qw(RT::Authen::ExternAuth))); I get the error:
>> 
>> I'm don't know enough about Perl to know if it'll matter, but 
>> I noticed you have more parentheses than me.  I have:
>> 
>> Set(@Plugins, qw(RT::Extension::ExtractCustomFieldValues
>> RT::Authen::ExternalAuth));
>> 
>> no opening ( before the qw.
> 
> Yes, this is your issue, since what you're passing with the extra
> parenthesis is an anonymous function instead of the string scalar entry
> for append to the Plugins array for inclusion.
> 
> 

Thanks Rob and Gary ...  Not only were the extra parentheses an issue, but
the fact that I had spelled the module 'ExternAuth' instead of
'ExternalAuth' was definitely an issue :-P  The module loads now, so I can
actually work on configuring it (we're using an OS X OpenDirectory server to
feed it with LDAP info).

Regards,
  Derek
-- 
View this message in context: 
http://www.nabble.com/*sigh*-unable-to-get-Plugins-to-work-tp22237933p22298112.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.

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

Community help: http://wiki.bestpractical.com
Commercial support: [email protected]


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

Reply via email to