o Reinstate Kerberos IV support for sshd when MAKE_KERBEROS4 is

compiled in.  This involves a commented out sshd line to match the
  remainder of the commented out pam_kerberosIV.so entries.  This
  doesn't quite restore the correct behavior, as ticket files are
  not managed properly, but it's an improvement.

Forgotten by: green
This commit is contained in:
Robert Watson 2001-02-03 02:09:20 +00:00
parent 38fb35db09
commit 6a56450bfb

View File

@ -25,6 +25,7 @@ ftpd auth required pam_unix.so try_first_pass
# OpenSSH with PAM support requires similar modules. The session one is
# a bit strange, though...
sshd auth sufficient pam_skey.so
#sshd auth sufficient pam_kerberosIV.so try_first_pass
sshd auth required pam_unix.so try_first_pass
sshd session required pam_permit.so