Displaying 1 result from an estimated 1 matches for "lin3135".
Did you mean:
li135
2001 Jun 19
0
Empty password patch
For every (successful) ssh-connection we got an additional annoying entry
in /var/log/messages like the following:
Jun 19 09:06:57 LIN3135 pam_afs[5913]: AFS Won't use illegal password for
user usenbinz
The OpenAFS PAM module posts this message when it is called for
authentication with an (disallowed) empty password. The simple patch below
checks PermitEmptyPasswords in sshd_config before trying to authenticate
with an empty pass...