Re: [PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.

2016-10-28 Thread Ludovic Courtès
John Darrington skribis: > On Thu, Oct 27, 2016 at 02:51:02PM +0200, Ludovic Court??s wrote: > > > > On its own it does nothing. It makes more sense in context with the > other patch I sent. > > With this option in place, one can extend the unix-pam-service with > another pam se

Re: [PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.

2016-10-27 Thread John Darrington
On Thu, Oct 27, 2016 at 02:51:02PM +0200, Ludovic Court??s wrote: > > On its own it does nothing. It makes more sense in context with the other patch I sent. > With this option in place, one can extend the unix-pam-service with another pam service > (such as krb5-pam), and if

Re: [PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.

2016-10-27 Thread Ludovic Courtès
John Darrington skribis: > On Sun, Oct 23, 2016 at 05:45:50PM -0400, Leo Famulari wrote: > > > diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm > > index 4546c1a..0278db6 100644 > > --- a/gnu/system/pam.scm > > +++ b/gnu/system/pam.scm > > @@ -217,7 +217,7 @@ should b

Re: [PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.

2016-10-23 Thread John Darrington
On Sun, Oct 23, 2016 at 05:45:50PM -0400, Leo Famulari wrote: > diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm > index 4546c1a..0278db6 100644 > --- a/gnu/system/pam.scm > +++ b/gnu/system/pam.scm > @@ -217,7 +217,7 @@ should be a file-like object used as the messag

Re: [PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.

2016-10-23 Thread Leo Famulari
On Sat, Oct 22, 2016 at 05:27:59PM +0200, John Darrington wrote: > * gnu/system/pam.scm (unix-pam-service) [auth]: Add "use_first_pass" option. > --- > gnu/system/pam.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm > index 4546c

[PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.

2016-10-22 Thread John Darrington
* gnu/system/pam.scm (unix-pam-service) [auth]: Add "use_first_pass" option. --- gnu/system/pam.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm index 4546c1a..0278db6 100644 --- a/gnu/system/pam.scm +++ b/gnu/system/pam.scm @@ -217,7