[rt-users] ExternalAuth doesn't work
Jason Ledford
jledford at biltmore.com
Thu Mar 3 10:06:31 EST 2011
From another thread I had issues with it and the dev version worked for me. I downloaded the latest dev release from here http://search.cpan.org/dist/RT-Authen-ExternalAuth/ since I couldn't get the svn to work.
-----Original Message-----
From: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Thomas Sibley
Sent: Thursday, March 03, 2011 10:01 AM
To: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] ExternalAuth doesn't work
What RT and ExternalAuth versions are you running? ExternalAuth 0.08 doesn't work with RT 3.8.9. There's a development version of ExternalAuth 0.08_01, which users have reported fixes the problem.
http://search.cpan.org/~falcone/RT-Authen-ExternalAuth-0.08_01/
Thomas
On 03 Mar 2011 09:58, Robert Wysocki wrote:
> Hi there,
>
> I have a problem with ExternalAuth - it doesn't work at all.
> Actually, when I run tcpdump against the ip of LDAP server, I can't
> see any packets going through.
>
> There is no firewall between those two.
> Here's my RT_SiteConfig:
>
> Set( @Plugins, qw(RT::Authen::ExternalAuth) );
> Set($ExternalAuthPriority, [
> 'LDAP1',
> 'LDAP2'
> ]
> );
>
> Set($ExternalServiceUsesSSLorTLS, 1);
> Set($AutoCreateNonExternalUsers, 0);
> Set($ExternalSettings, {
> # AN EXAMPLE LDAP SERVICE
> 'LDAP1' => {
> 'type' => 'ldap',
> 'server' => '192.168.X.Y:3268',
> 'user' => 'CN=ldapauth,CN=Users,DC=path',
> 'pass' => 'pass',
> 'base' => 'DC=path',
> 'filter' => '(objectclass=user)',
> 'd_filter' => '(employmentStatus=Terminated)',
> 'tls' => 1,
> 'ssl_version' => 3,
> 'net_ldap_args' => [ version => 3 ],
> 'attr_match_list' =>
> [ 'Name','EmailAddress','RealName','WorkPhone','Address2','ExternalContactInfoId' ],
> 'attr_map' => { 'Name' => 'sAMAccountName',
> 'EmailAddress' => 'mail',
> 'Organization' => 'physicalDeliveryOfficeName', 'RealName' => 'cn',
> 'ExternalAuthId' => 'sAMAccountName', 'Gecos' => 'sAMAccountName',
> 'WorkPhone' => 'telephoneNumber', 'Address1' => 'streetAddress',
> 'Address2' => 'postOfficeBox', 'City' => 'l', 'State' => 'st',
> 'Zip' => 'postalCode', 'Country' => 'co', 'ExternalContactInfoId' =>
> 'dn' } }
>
> LDAP2 configuration is the same expect ip, path and password.
> RT::Authen::ExternalAuth is installed under local/plugins, other
> plugins installed there work fine.
>
> Any ideas?
>
>
More information about the rt-users
mailing list