[rt-users] Email completion and LDAP authentication

Jerrad Pierce jpierce at cambridgeenergyalliance.org
Tue Oct 13 22:57:22 EDT 2009


> Set(@Plugins, qw(RT::Authen::ExternalAuth), qw(RTx::EmailCompletion));

qw means "quote words" so that would be better written:

Set(@Plugins, qw(RT::Authen::ExternalAuth RTx::EmailCompletion
RTx::Calendar RTx::Tags RT::Extension::BecomUser));

Otherwise, just write

 Set(@Plugins, 'RT::Authen::ExternalAuth', 'RTx::EmailCompletion');
-- 
Cambridge Energy Alliance: Save money. Save the planet.



More information about the rt-users mailing list