Bugzilla – Attachment 707 Details for
Bug 922
Pass KRB5CCNAME to PAM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Pass Krb5 cache location, KRB5CCNAME, to PAM
ssh3.9.patch2 (text/plain), 321 bytes, created by
Doug Engert
on 2004-08-31 21:39:01 AEST
(
hide
)
Description:
Pass Krb5 cache location, KRB5CCNAME, to PAM
Filename:
MIME Type:
Creator:
Doug Engert
Created:
2004-08-31 21:39:01 AEST
Size:
321 bytes
patch
obsolete
>--- ,auth-krb5.c Sat Aug 14 08:55:37 2004 >+++ auth-krb5.c Mon Aug 30 14:31:30 2004 >@@ -187,6 +187,11 @@ > snprintf(authctxt->krb5_ccname, len, "FILE:%s", > authctxt->krb5_ticket_file); > >+#ifdef USE_PAM >+ if (options.use_pam) >+ do_pam_putenv("KRB5CCNAME",authctxt->krb5_ccname); >+#endif >+ > out: > restore_uid(); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
djm
:
ok+
Actions:
View
|
Diff
Attachments on
bug 922
: 707