Re: [rt-users] RT 4.4.1 login form and 2FA

2016-10-17 Thread Kem Hartley
Hi Martin, That might be a viable option as well. I might try that or switching to apache authentication via radius as well. Thanks all for the responses! On 10/17/16 9:58 AM, Martin Wheldon wrote: Hi, Using the Duo ldap proxy looks like a viable option too. https://duo.com/docs/ldap B

Re: [rt-users] RT 4.4.1 login form and 2FA

2016-10-17 Thread Martin Wheldon
Hi, Using the Duo ldap proxy looks like a viable option too. https://duo.com/docs/ldap Best Regards Martin On 2016-10-17 13:37, Matt Zagrabelny wrote: On Mon, Oct 17, 2016 at 7:45 AM, Kem Hartley wrote: RT Community, I'm trying to setup 2FA, specifically Duo, with the RT login process.

Re: [rt-users] RT 4.4.1 login form and 2FA

2016-10-17 Thread Matt Zagrabelny
On Mon, Oct 17, 2016 at 7:45 AM, Kem Hartley wrote: > RT Community, > I'm trying to setup 2FA, specifically Duo, with the RT login process. I'm > having a difficult time figuring out where to place the duo perl code in the > login process. I'm using external LDAP authentication. Once the succes

Re: [rt-users] RT 4.4.1 login form and 2FA

2016-10-17 Thread Martin Wheldon
Hi, I'm not familiar with the DUO 2FA solution, but I think you may be looking for callbacks in the login page. The following should help: https://rt-wiki.bestpractical.com/wiki/CustomizingWithCallbacks I beleive the ones you are interested in are those below: /Elements/Login CallbackName

[rt-users] RT 4.4.1 login form and 2FA

2016-10-17 Thread Kem Hartley
RT Community, I'm trying to setup 2FA, specifically Duo, with the RT login process. I'm having a difficult time figuring out where to place the duo perl code in the login process. I'm using external LDAP authentication. Once the successful login returns from LDAP, where does RT forward to t