Bugzilla – Attachment 1326 Details for
Bug 1339
pam_dhkeys doesn't work (PAM_REINITIALIZE_CRED without PAM_ESTABLISH_CRED)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ensure do_pam_setcred(1) is called at least once
privsep-setcred.patch (text/plain), 597 bytes, created by
David Leonard
on 2007-07-13 23:28:06 AEST
(
hide
)
Description:
ensure do_pam_setcred(1) is called at least once
Filename:
MIME Type:
Creator:
David Leonard
Created:
2007-07-13 23:28:06 AEST
Size:
597 bytes
patch
obsolete
>Index: session.c >=================================================================== >--- session.c (revision 150) >+++ session.c (working copy) >@@ -1311,7 +1311,7 @@ > # ifdef USE_PAM > if (options.use_pam) { > do_pam_session(); >- do_pam_setcred(0); >+ do_pam_setcred(privsep); > } > # endif /* USE_PAM */ > if (setusercontext(lc, pw, pw->pw_uid, >@@ -1354,7 +1354,7 @@ > */ > if (options.use_pam) { > do_pam_session(); >- do_pam_setcred(0); >+ do_pam_setcred(privsep); > } > # endif /* USE_PAM */ > # if defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY)
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
Actions:
View
|
Diff
Attachments on
bug 1339
: 1326