From b418f48cba2f4194670efb330ec65ff057120cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 24 Apr 2003 12:22:42 +0000 Subject: [PATCH] Add nullok to the pam_unix line. --- etc/pam.d/passwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pam.d/passwd b/etc/pam.d/passwd index fb768cf6601..e65508326ab 100644 --- a/etc/pam.d/passwd +++ b/etc/pam.d/passwd @@ -8,4 +8,4 @@ # password #password requisite pam_passwdqc.so enforce=users -password required pam_unix.so no_warn try_first_pass +password required pam_unix.so no_warn try_first_pass nullok