Displaying 1 result from an estimated 1 matches for "get_k4_tgt".
2003 Sep 26
6
[Bug 719] pam auth not working the same way
...nssh-bugs at mindrot.org
ReportedBy: stevebalm2000 at yahoo.com
We recently upgraded from openssh-3.6.1p2 to openssh-3.7.1p2 and are now not
able to login. We rely on PAM authentication and our PAM configuration looks
like this:
sshd auth required /usr/lib/security/$ISA/pam_krb54.so.1 get_k4_tgt
This pam module is home-grown and gets both Kerb5 and Kerb4 tickets. I've tried
running sshd -d -d -d to figure out the problem here and I'm not sure what the
issue is. I'll attach the debug output shortly. Here is my /etc/ssh/sshd_config:
HostKey /etc/ssh/ssh_host_key
HostKey /etc...