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
__________________________________________________
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [email protected]

2010 RT Training Sessions!
San Francisco, CA, USA - Feb 22 & 23
Dublin, Ireland - Mar 15 & 16
Boston, MA, USA - April 5 & 6
Washington DC, USA - Oct 25 & 26

Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to