guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: John Darrington
Subject: [PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.
Date: Sat, 22 Oct 2016 17:27:59 +0200

* 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 +217,7 @@ should be a file-like object used as the 
message-of-the-day."
                          (pam-entry
                           (control "required")
                           (module "pam_unix.so")
-                          (arguments '("nullok")))
+                          (arguments '("nullok" "use_first_pass")))
                          unix)))
          (password (list (pam-entry
                           (control "required")
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]