Re: [rt-users] ExternalAuth to active directory over SSL

2015-02-24 Thread Guillaume Hilt
No one is using LDAPS with Request Tracker ? Guillaume Hilt Le 18/02/2015 15:43, Guillaume Hilt a écrit : Hello, I'm using a fresh install of RT 4.0.19 on Ubuntu 14.04 AMD64, using .deb packages. I'm trying to make ExternalAuth work with LDAP over SSL (Active Directory on 2008 R2 x64),

Re: [rt-users] ExternalAuth to active directory over SSL

2015-02-24 Thread Trev
Review some of your LDAP settings. I think you have CN and DN in places where you may want OU, and your LDAP user should be in a different format, see below. Hopefully this helps. Use mine(working.. also cleaned..) as example: Set($ExternalSettings, { 'My_LDAP' = { 'type'

[rt-users] ExternalAuth to active directory over SSL

2015-02-18 Thread Guillaume Hilt
Hello, I'm using a fresh install of RT 4.0.19 on Ubuntu 14.04 AMD64, using .deb packages. I'm trying to make ExternalAuth work with LDAP over SSL (Active Directory on 2008 R2 x64), we an internal CA managed under Windows 2008 R2 x64. I added the CA cert in

[rt-users] ExternalAuth to active directory over SSL

2012-03-27 Thread Brent Wiese
On Fri, 2012-03-23 at 15:05 -0700, Brent Wiese wrote: I noticed in the notes that when you enable SSL/TLS, it invokes NET::SSLeay. This is why RT::Authen::ExternalAuth prompts about SSL LDAP Connections when you run `perl Makefile.PL`. I'd installed via cpan so didn't notice that

Re: [rt-users] ExternalAuth to active directory over SSL

2012-03-27 Thread Kevin Falcone
On Tue, Mar 27, 2012 at 09:48:54AM -0700, Brent Wiese wrote: Alas, no, it didn't help: [Tue Mar 27 16:43:36 2012] [critical]: RT::Authen::ExternalAuth::LDAP::_GetBoundLdapObj Can't bind: LDAP_OPERATIONS_ERROR 1

Re: [rt-users] ExternalAuth to active directory over SSL

2012-03-27 Thread Thomas Sibley
On 03/27/2012 12:48 PM, Brent Wiese wrote: I'm not convinced it works. I challenge someone to respond with yes, I can successfully use ExternalAuth against AD via SSL and post their challenges/config. :) Just a couple weeks ago I setup RT::Authen::ExternalAuth against AD via SSL for a

Re: [rt-users] ExternalAuth to active directory over SSL

2012-03-27 Thread Thomas Sibley
On 03/27/2012 12:48 PM, Brent Wiese wrote: Alas, no, it didn't help: [Tue Mar 27 16:43:36 2012] [critical]: RT::Authen::ExternalAuth::LDAP::_GetBoundLdapObj Can't bind: LDAP_OPERATIONS_ERROR 1 (/opt/rt4/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth/LDAP.pm:492) Note that

[rt-users] ExternalAuth to active directory over SSL (SOLVED)

2012-03-27 Thread Brent Wiese
On 03/27/2012 01:56 PM, Brent Wiese wrote: 'tls' = 0, 'ssl_version' = 3, 'net_ldap_args' = [ version = 3, port = 636, debug

Re: [rt-users] ExternalAuth to active directory over SSL

2012-03-23 Thread Brent Wiese
[mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Brent Wiese Sent: Wednesday, March 21, 2012 2:11 PM To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] ExternalAuth to active directory over SSL I answered part of my question... I can successfully ldapsearch now. I added

Re: [rt-users] ExternalAuth to active directory over SSL

2012-03-23 Thread Alex Vandiver
On Fri, 2012-03-23 at 15:05 -0700, Brent Wiese wrote: I noticed in the notes that when you enable SSL/TLS, it invokes NET::SSLeay. This is why RT::Authen::ExternalAuth prompts about SSL LDAP Connections when you run `perl Makefile.PL`. Didn’t appear to be installed. I installed via cpan… and

[rt-users] ExternalAuth to active directory over SSL

2012-03-21 Thread Brent Wiese
I have ExternalAuth working fine over regular LDAP. But I need to run it over LDAPS for security reasons. We use an internal CA for our certs. I've added it to /etc/pki/tls/certs/ca-bundle.crt (which looks to be linked to /etc/ssl/certs/ca-bundle.crt) This runs successfully (used to error

Re: [rt-users] ExternalAuth to active directory over SSL

2012-03-21 Thread Brent Wiese
. From: rt-users-boun...@lists.bestpractical.com [mailto:rt-users-boun...@lists.bestpractical.com] On Behalf Of Brent Wiese Sent: Wednesday, March 21, 2012 12:23 PM To: rt-users@lists.bestpractical.com Subject: [rt-users] ExternalAuth to active directory over SSL I have ExternalAuth working fine over