Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 307298 Details for
Bug 449256
exim SMTP authentication with shadow passwords always fails
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch that fixes the issue (but might not be desirable for other reasons)
pam-0.99.6.2-unix_chkpwd.patch (text/plain), 854 bytes, created by
Chip Coldwell
on 2008-06-01 03:36:07 UTC
(
hide
)
Description:
patch that fixes the issue (but might not be desirable for other reasons)
Filename:
MIME Type:
Creator:
Chip Coldwell
Created:
2008-06-01 03:36:07 UTC
Size:
854 bytes
patch
obsolete
>--- Linux-PAM-0.99.6.2/modules/pam_unix/unix_chkpwd.c~ 2008-05-31 23:21:27.000000000 -0400 >+++ Linux-PAM-0.99.6.2/modules/pam_unix/unix_chkpwd.c 2008-05-31 23:23:41.000000000 -0400 >@@ -78,24 +78,7 @@ int main(int argc, char *argv[]) > return PAM_SYSTEM_ERR; > } > >- /* >- * Determine what the current user's name is. >- * On a SELinux enabled system with a strict policy leaving the >- * existing check prevents shadow password authentication from working. >- * We must thus skip the check if the real uid is 0. >- */ >- if (SELINUX_ENABLED && getuid() == 0) { >- user=argv[1]; >- } >- else { >- user = getuidname(getuid()); >- /* if the caller specifies the username, verify that user >- matches it */ >- if (strcmp(user, argv[1])) { >- return PAM_AUTH_ERR; >- } >- } >- >+ user=argv[1]; > option=argv[2]; > > /* read the nullok/nonull option */
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 449256
: 307298