From 373d2917a8349aa39f31791ceaaf7fc21b945084 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 27 Dec 1999 10:45:54 +1100 Subject: - PAM bugfix. PermitEmptyPassword was being ignored. - Fixed PAM config files to allow empty passwords if server does. - Explained spurious PAM auth warning workaround in UPGRADING --- sshd.pam.generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sshd.pam.generic') diff --git a/sshd.pam.generic b/sshd.pam.generic index cf5af3024..11e620dea 100644 --- a/sshd.pam.generic +++ b/sshd.pam.generic @@ -1,5 +1,5 @@ #%PAM-1.0 -auth required /lib/security/pam_unix.so shadow nodelay +auth required /lib/security/pam_unix.so shadow nodelay nullok auth required /lib/security/pam_nologin.so account required /lib/security/pam_unix.so password required /lib/security/pam_cracklib.so -- cgit v1.2.3