Displaying 1 result from an estimated 1 matches for "pam_gssklog".
2003 Sep 24
1
[ GSSAPI ] Environment settings
Hi there,
well, I just upgraded to OpenSSH 3.7.1p2 and noticed the GSSAPI-Changes.
Well it worked like a charm. No PAM, no problems while authenticating to
Kerberos 5. But now there is a small problem. We need an pam module
called pam_gssklog.so to authenticate. This modules obtains a token from
the kerberos ticket.
The single executable (which is execle'd out of the pam module) works if
an environment variable called KRB5CCNAME is set.
So I integrated the PAM into my ssh-config again, with the Kerberos and
GSSAPI stuff in sshd...