Bugzilla – Attachment 1292 Details for
Bug 1215
sshd requires entry from getpwnam for PAM accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vs pam_tacplus v1.2.9 http://ipsec.pl/pubs/pam_tacplus.php
pam-tacplus-user-map-patch (text/plain), 425 bytes, created by
Jesse Zbikowski
on 2007-05-19 11:24:06 AEST
(
hide
)
Description:
vs pam_tacplus v1.2.9 http://ipsec.pl/pubs/pam_tacplus.php
Filename:
MIME Type:
Creator:
Jesse Zbikowski
Created:
2007-05-19 11:24:06 AEST
Size:
425 bytes
patch
obsolete
>--- pam_tacplus.c 2007-05-18 17:27:38.000000000 -0700 >+++ pam_tacplus.c.work2 2007-05-16 14:35:09.000000000 -0700 >@@ -183,6 +183,13 @@ > bzero (pass, strlen (pass)); > free(pass); > pass = NULL; >+ >+ retval = pam_set_item(pamh, PAM_USER, "op"); >+ if(retval != PAM_SUCCESS) { >+ _pam_log(LOG_ERR, "unable to set username item"); >+ return PAM_AUTHINFO_UNAVAIL; >+ } >+ > return status; > > } /* pam_sm_authenticate */
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 1215
:
1170
|
1171
| 1292 |
1293
|
1298
|
1300
|
1574
|
2228