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',
                       }
                }
        }
);


When I checked my apache error log, I am got authentication error like this 

[error]: FAILED LOGIN for pravin from 10.74.99.20 
(/usr/share/request-tracker3.8/lib/RT/Interface/Web.pm:424)

Hope RT should use ExternalAuth.pm for authentication. It looks like RT doesnt 
use External Auth plugin.

I changed LDAP debug level to 256. But I cannot find any request coming to my 
ldap server 

Thanks for any support 

-Praveen-


                                          
_________________________________________________________________
Fight for the top Test spot
http://sports.in.msn.com/cricket/ 
_______________________________________________
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