[SSSD] Re: [PATCH] PAM/KRB5: optional otp and password prompting

2016-07-07 Thread Jakub Hrozek
On Thu, Jul 07, 2016 at 12:39:01PM +0200, Jakub Hrozek wrote: > The prompts were changes as Nathaniel suggested and the basic sanity > checks worked with this patch. I'm going to push with Nathaniel's RB. * master: 78027feeb56d6fe216f699be86a4716aaef3f628

[SSSD] Re: [PATCH] PAM/KRB5: optional otp and password prompting

2016-07-07 Thread Sumit Bose
On Wed, Jul 06, 2016 at 10:03:12AM -0400, Nathaniel McCallum wrote: > On Wed, 2016-07-06 at 15:55 +0200, Sumit Bose wrote: > > On Wed, Jul 06, 2016 at 09:03:45AM -0400, Nathaniel McCallum wrote: > > > > > > Patch WFM and looks clean. My only question is on the overall > > > > Thank you very much

[SSSD] Re: [PATCH] PAM/KRB5: optional otp and password prompting

2016-07-06 Thread Sumit Bose
On Wed, Jul 06, 2016 at 09:03:45AM -0400, Nathaniel McCallum wrote: > Patch WFM and looks clean. My only question is on the overall Thank you very much for testing. > prompting. > > Currently we have: >   * 1FA: >     - "Password" >   * 2FA (required): >     - "First Factor" >     - "Second

[SSSD] Re: [PATCH] PAM/KRB5: optional otp and password prompting

2016-07-06 Thread Nathaniel McCallum
Patch WFM and looks clean. My only question is on the overall prompting. Currently we have:   * 1FA:     - "Password"   * 2FA (required):     - "First Factor"     - "Second Factor"   * 2FA (optional):     - "First Factor or Password"     - "Second Factor, press return for Password authentication"

[SSSD] Re: [PATCH] PAM/KRB5: optional otp and password prompting

2016-06-13 Thread Lukas Slebodnik
On (13/06/16 14:01), Sumit Bose wrote: >and now with patch ... > >On Mon, Jun 13, 2016 at 02:00:37PM +0200, Sumit Bose wrote: >> On Fri, Jun 10, 2016 at 02:28:16PM +0200, Lukas Slebodnik wrote: >> > On (30/05/16 17:07), Sumit Bose wrote: >> > >Hi, >> > > >> > >this patch is the SSSD part of the

[SSSD] Re: [PATCH] PAM/KRB5: optional otp and password prompting

2016-06-13 Thread Sumit Bose
and now with patch ... On Mon, Jun 13, 2016 at 02:00:37PM +0200, Sumit Bose wrote: > On Fri, Jun 10, 2016 at 02:28:16PM +0200, Lukas Slebodnik wrote: > > On (30/05/16 17:07), Sumit Bose wrote: > > >Hi, > > > > > >this patch is the SSSD part of the Authentication Indicator related > > >changes in

[SSSD] Re: [PATCH] PAM/KRB5: optional otp and password prompting

2016-06-13 Thread Sumit Bose
On Fri, Jun 10, 2016 at 02:28:16PM +0200, Lukas Slebodnik wrote: > On (30/05/16 17:07), Sumit Bose wrote: > >Hi, > > > >this patch is the SSSD part of the Authentication Indicator related > >changes in FreeIPA. The basic part is that now it is possible to > >authenticate at will with either

[SSSD] Re: [PATCH] PAM/KRB5: optional otp and password prompting

2016-06-10 Thread Lukas Slebodnik
On (30/05/16 17:07), Sumit Bose wrote: >Hi, > >this patch is the SSSD part of the Authentication Indicator related >changes in FreeIPA. The basic part is that now it is possible to >authenticate at will with either password or 2FA as described on