From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: <1477150080-17187-2-git-send-email-jmd@gnu.org> References: <1477150080-17187-1-git-send-email-jmd@gnu.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxyDZ-00037q-EY for guix-devel@gnu.org; Sat, 22 Oct 2016 11:28:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxyDW-0006QA-AJ for guix-devel@gnu.org; Sat, 22 Oct 2016 11:28:17 -0400 In-Reply-To: <1477150080-17187-1-git-send-email-jmd@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: 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 +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