Hi,<br><br>I am having trouble running two plugins at the same time. Probably i am missing something stupid. Here is a snipped of my RT_SiteConfig.pm.<br>
<br><span style="font-family: courier new,monospace;">Set(@Plugins,(qw(RTx::EmailCompletion)));</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Set(@Plugins,(qw(RT::Authen::ExternalAuth)));</span><br style="font-family: courier new,monospace;">

<br>Now, depending on the order I set the @plugins they work individually but not together. The plugin that gets listed last works.<br><br>I
have recently upgraded to the new LDAP authentication plugin. With the
old one things worked together. I have carefully followed the steps in
the README of both plugins. Both are the latest versions.<br>
<br>I run RT3.8.4 on an ubuntu box.<br><br>Thanks heaps for any help or pointers.<br clear="all">Jac<br>