On Fri, Sep 16, 2011 at 09:51:11AM -0500, Izz Abdullah wrote:
> Here is the LDAP config porting in my RT_SiteConfig file:
> 
> Set($ExternalAuthPriority, 'My_LDAP');
> 
> Set($ExternalInfoPriority, 'My_LDAP');

Those aren't correct.  From the example config:

Set($ExternalAuthPriority,  [   'My_LDAP',

The [ is important, you're returning a list of 1 item, not a single
item.  Make sure you also keep the closing ].

-kevin

Attachment: pgpXO9ktPgIkd.pgp
Description: PGP signature

--------
RT Training Sessions (http://bestpractical.com/services/training.html)
*  Chicago, IL, USA — September 26 & 27, 2011
*  San Francisco, CA, USA — October 18 & 19, 2011
*  Washington DC, USA — October 31 & November 1, 2011
*  Melbourne VIC, Australia — November 28 & 29, 2011
*  Barcelona, Spain — November 28 & 29, 2011

Reply via email to