Re: [rt-users] Problems with RT::ExternalAuth::LDAP After Upgrading to 4.4

2016-09-07 Thread Tim Gustafson
> Which specific version of RT are you upgrading to? If you're upgrading > to 4.4.0, you'll need to be aware that a new config setting is required, > which doesn't appear in your config: > > Set($ExternalAuth, 1); > > In RT 4.4.1 we've removed the requirement to set this config. I am upgrading to

Re: [rt-users] Problems with RT::ExternalAuth::LDAP After Upgrading to 4.4

2016-09-07 Thread Shawn M Moore
> On Sep 7, 2016, at 12:13, Tim Gustafson wrote: > > Hi, Hi Tim, > I'm trying to upgrade my RT instance from 4.2 to 4.4. I use > RT::ExternalAuth::LDAP to authenticate users from my OpenLDAP server. > This configuration has been working perfectly in RT 4.2 (and earlier >

[rt-users] Problems with RT::ExternalAuth::LDAP After Upgrading to 4.4

2016-09-07 Thread Tim Gustafson
Hi, I'm trying to upgrade my RT instance from 4.2 to 4.4. I use RT::ExternalAuth::LDAP to authenticate users from my OpenLDAP server. This configuration has been working perfectly in RT 4.2 (and earlier versions) for years. After upgrading to RT 4.4, I am not able to log in to RT at all. My