[Bug 918] ssh_gssapi_storecreds called to late to be usable by PAM in sesion.c
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Tue Aug 24 00:36:22 EST 2004
http://bugzilla.mindrot.org/show_bug.cgi?id=918
Summary: ssh_gssapi_storecreds called to late to be usable by PAM
in sesion.c
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: deengert at anl.gov
The gss-serv-krb5.c will call do_pam_putenv to set the KRB5CCNAME
so it can be used by a PAM routine. But the call to ssh_gssapi_storecreds
is called from do_exec which is way to late to be usable by
do_pam_session or do_pam_setcred. Suggestion is to move the
call.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list