bugzilla-daemon at mindrot.org
2003-Sep-22 11:00 UTC
[Bug 698] fixed bug in calling pam_setcred
http://bugzilla.mindrot.org/show_bug.cgi?id=698 Summary: fixed bug in calling pam_setcred Product: Portable OpenSSH Version: 3.7.1p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo: openssh-bugs at mindrot.org ReportedBy: postadal at suse.cz The enviroment variable KRB5CCNAME is worst set before calling pam_setcred. It is the reason why kerberos auth throught krb tickets doesn't work. The patch to fix follow. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Sep-22 11:04 UTC
[Bug 698] fixed bug in calling pam_setcred
http://bugzilla.mindrot.org/show_bug.cgi?id=698 ------- Additional Comments From postadal at suse.cz 2003-09-22 21:04 ------- Created an attachment (id=443) --> (http://bugzilla.mindrot.org/attachment.cgi?id=443&action=view) fix of this bug This patch fixed the bug by inserting "FILE:" string to the begin of enviroment variable KRB5CCNAME. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Seemingly Similar Threads
- sshd deletes the GSSAPI ticket on exit
- [Bug 529] sshd doesn't work correctly after SIGHUP
- [Bug 2549] New: [PATCH] Allow PAM conversation for pam_setcred for keyboard-interactive authentication
- [Bug 698] Specify FILE: for KRB5CCNAME
- [Bug 189] New: pam_setcred() failures should not be treated as fatal