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 --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index 854bd229..526d5789 100644 --- a/UPGRADING +++ b/UPGRADING @@ -53,3 +53,6 @@ These are generated because OpenSSH first tries to determine whether a user needs authentication to login (e.g. empty password). Unfortunatly PAM likes to log all authentication events, this one included. +If it annoys you too much, set "PermitEmptyPasswords no" in +sshd_config. This will quiet the error message at the expense of +disabling logins to accounts with no password set. -- cgit v1.2.3