* 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