Bugzilla – Attachment 530 Details for
Bug 789
pam_setcred() not being called as root
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
this patch works for me
pam_setcred.patch (text/plain), 722 bytes, created by
Egmont Koblinger
on 2004-01-15 23:29:23 AEDT
(
hide
)
Description:
this patch works for me
Filename:
MIME Type:
Creator:
Egmont Koblinger
Created:
2004-01-15 23:29:23 AEDT
Size:
722 bytes
patch
obsolete
>--- openssh-3.7.1p2.orig/session.c 2003-09-23 10:59:08.000000000 +0200 >+++ openssh-3.7.1p2/session.c 2004-01-15 00:16:37.000000000 +0100 >@@ -396,7 +396,6 @@ > > #if defined(USE_PAM) > if (options.use_pam) { >- do_pam_setcred(1); > if (is_pam_password_change_required()) > packet_disconnect("Password change required but no " > "TTY available"); >@@ -525,7 +524,6 @@ > #if defined(USE_PAM) > if (options.use_pam) { > do_pam_set_tty(s->tty); >- do_pam_setcred(1); > } > #endif > >@@ -1276,7 +1274,7 @@ > */ > if (options.use_pam) { > do_pam_session(); >- do_pam_setcred(0); >+ do_pam_setcred(1); > } > # 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 789
: 530 |
537
|
546
|
547