<p>Improve the module to support multiple ldap servers.</p>
<p>Regards, Ruslan. From phone.</p>
<div class="gmail_quote">2010 10 19 21:24 пользователь "Andrew Marosi" <<a href="mailto:amarosi@lamparts.com">amarosi@lamparts.com</a>> написал:<br type="attribution">> Thanks for the clarification Thomas.<br>
> Anyone have any ideas on how to accomplish the same result with a different solution?  Thanks!<br>> <br>> -----Original Message-----<br>> From: <a href="mailto:rt-users-bounces@lists.bestpractical.com">rt-users-bounces@lists.bestpractical.com</a> [mailto:<a href="mailto:rt-users-bounces@lists.bestpractical.com">rt-users-bounces@lists.bestpractical.com</a>] On Behalf Of Thomas Sibley<br>
> Sent: Tuesday, October 19, 2010 10:16 AM<br>> To: <a href="mailto:rt-users@bestpractical.com">rt-users@bestpractical.com</a><br>> Subject: Re: [rt-users] Multiple LDAP servers with EmailCompletion<br>> <br>> On 19 Oct 2010 11:52, Andrew Marosi wrote:<br>
>> I’ve been searching around but unable to locate the correct parameters<br>>> for having more than one LDAP server to have EmailCompletion check<br>>> against.  Here’s the snippet from my RT_SiteConfig.pm:<br>
> <br>> RTx-EmailCompletion doesn't support multiple LDAP servers like<br>> ExternalAuth does.  The multiple Set() lines for the same configuration<br>> variable just overwrite it.<br>> <br>> Thomas<br>
> <br>> <br>>> Set($EmailCompletionLdapServer, "<a href="http://dc01.corp.XYZ.com">dc01.corp.XYZ.com</a>");<br>>><br>>> Set($EmailCompletionLdapBase, "dc=corp,dc=XYZ,dc=com");<br>
>><br>>> Set($EmailCompletionLdapUser, "rtldap");<br>>><br>>> Set($EmailCompletionLdapPass, "password");<br>>><br>>> Set($EmailCompletionLdapMinLength, 1);<br>>><br>
>> Set($EmailCompletionLdapFilter, "(objectclass=user)");<br>>><br>>> Set($EmailCompletionLdapServer, "<a href="http://dc02.XYZ2.com">dc02.XYZ2.com</a>");<br>>><br>>> Set($EmailCompletionLdapBase, "dc=XYZ2,dc=com");<br>
>><br>>> Set($EmailCompletionLdapUser, "otherrtldap");<br>>><br>>> Set($EmailCompletionLdapPass, "password");<br>>><br>>> Set($EmailCompletionLdapMinLength, 1);<br>>><br>
>> Set($EmailCompletionLdapFilter, "(objectclass=user)");<br>>><br>>><br>>><br>>> I have a feeling it doesn’t know which set of criteria to match against<br>>> –and that’s why we end up getting sporadic results.<br>
>><br>>><br>>><br>>> We are using RT-Authen-ExternalAuth against the same two LDAP servers,<br>>> and that’s working great for email->ticket creation/requestor creation<br>>> as well as authentication.<br>
>><br>>><br>>><br>>> Thanks for any help!<br>>><br>>>  -Andy<br>>><br>> <br></div>