[rt-users] RT::Authen::ExternalAuth problem with AD....

2008-12-18 Thread Gary Greene
I've gotten the extension installed, and have modified my RT_SiteConfig.pm correctly (or as best as I can figure based off the example configuration), however, I cannot login with my personal AD credentials. The info I'm getting from logging follows: [Thu Dec 18 01:32:57 2008] [warning]: Tr

Re: [rt-users] RT::Authen::ExternalAuth problem

2008-09-22 Thread Mike Peachey
David Mackintosh wrote: > On Fri, Sep 19, 2008 at 03:40:51PM -0400, David Mackintosh wrote: > >> So my definitions look like: >> >> [...] >> >> 'base' => 'ou=Users,ou=ABC,dc=abcsystems,dc=com', >> 'filter' => '(objectclass=Person)', >> 'd_filter' => '(userAccountControl:1.2.840.113556.

Re: [rt-users] RT::Authen::ExternalAuth problem

2008-09-21 Thread David Mackintosh
On Fri, Sep 19, 2008 at 03:40:51PM -0400, David Mackintosh wrote: > So my definitions look like: > > [...] > > 'base' => 'ou=Users,ou=ABC,dc=abcsystems,dc=com', > 'filter' => '(objectclass=Person)', > 'd_filter' => '(userAccountControl:1.2.840.113556.1.4.803:=2)', > 'group' => 'R

Re: [rt-users] RT::Authen::ExternalAuth problem

2008-09-20 Thread Mike Peachey
I can see two things worth pointing out here.. but there may be more and so it might be worth providing me/us with your full RT_SiteConfig.pm (sanitised of course). > > Sep 19 15:24:47 rt RT: RT::User::_GetBoundLdapObj Can't bind: > LDAP_INVALID_CREDENTIALS 49 (/opt/rt3/local/lib/RT/User_Vendor.

[rt-users] RT::Authen::ExternalAuth problem

2008-09-19 Thread David Mackintosh
Hi Folks, I've been passed a working RT 3.6.6 and asked to add the LDAP component so that we can authenticate against an Active Directory server. So I've installed the RT::Authen::ExternalAuth module from CPAN and used my google-fu to get the configuration started, however at this point I'm sty