summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-27 10:45:54 +1100
committerDamien Miller <djm@mindrot.org>1999-12-27 10:45:54 +1100
commit373d2917a8349aa39f31791ceaaf7fc21b945084 (patch)
tree1d1c6e1ca281d1511d6817bdbd61930e0bc06ff3 /UPGRADING
parent5a3e68382d3414b922af58a19196635d750581ca (diff)
- 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
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
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.