[rt-users] Implementing LDAP Authentication in RT 4.0.2

Kevin Falcone falcone at bestpractical.com
Fri Sep 16 11:07:29 EDT 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110916/7f98e0e5/attachment.sig>


More information about the rt-users mailing list