[rt-users] RT external auth does not working

Mike Peachey mike.peachey at jennic.com
Mon Mar 8 07:35:47 EST 2010


Praveen C wrote:
> Hi
> 
> I installed RT  3.8 in debian lenny server. Installed plug-in
> "RT-Authen-ExternalAuth-0.08" but could not contact to my LDAP. Ldap
> configuration in RT_SiteConfig.pm is like this. LDAP server ad RT are
> installed in same machine
> 
> Set( @Plugins, qw(RT::Authen::ExternalAuth) );
> 
> Set($ExternalAuthPriority, ['My_LDAP']);
> Set($ExternalInfoPriority, ['My_LDAP']);
> Set($AutoCreateNonExternalUsers, 1);
> Set($ExternalSettings, {
>         'My_LDAP' =>  {
>         'type' => 'ldap',
>         'server' =>  'localhost',
>         'base' => 'ou=People,dc=example,dc=com',
>         'filter' => '(objectClass=*)',
>      
>         'attr_match_list' => ['Name',
>                                 'EmailAddress'],
> 
>         'attr_map' => { 'Name' => 'uid',
>                         'EmailAddress' => 'mail',
>                         'RealName' => 'cn',
>                         'ExternalAuthId' => 'uid',
>                         'Gecos' => 'gecos',
>                        }
>                 }
>         }
> );

You have removed

'auth' => 1,
'info' => 1,


You have no d_filter.

Go back to the example config and read it thoroughly.
-- 
Kind Regards,

__________________________________________________

Mike Peachey, IT
Tel: +44 114 281 2655
Fax: +44 114 281 2951
Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK
Comp Reg No: 3191371 - Registered In England
http://www.jennic.com
__________________________________________________



More information about the rt-users mailing list