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:
parent
38fb35db09
commit
6a56450bfb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user