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 621935 Details for
Bug 860119
tomcat crashing when attemping to login after enabling pam authentication
[?]
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]
Removes the expected password prompts from PAM_conv
jpam-0.4-bz860119.patch (text/plain), 688 bytes, created by
Mark Huth
on 2012-10-05 05:26:52 UTC
(
hide
)
Description:
Removes the expected password prompts from PAM_conv
Filename:
MIME Type:
Creator:
Mark Huth
Created:
2012-10-05 05:26:52 UTC
Size:
688 bytes
patch
obsolete
>--- /root/Pam.c.860119.orig 2012-10-05 12:40:09.834037978 +1000 >+++ jpam-0.4/src/c/Pam.c 2012-10-05 12:40:39.151043135 +1000 >@@ -157,14 +157,9 @@ > case PAM_PROMPT_ECHO_OFF: > case PAM_PROMPT_ECHO_ON: > /* Get a prompt, fill the password */ >- if ( (! strcmp(msg[replies]->msg, PASS_PROMPT_SECUREID)) || >- (! strcmp(msg[replies]->msg, PASS_PROMPT_DEFAULT)) || >- (! strcmp(msg[replies]->msg, PASS_PROMPT_MACOSX)) ) >- { >- if (debug) >- printf("***Sending password\n"); >- reply[replies].resp = COPY_STRING(password); >- } >+ if (debug) >+ printf("***Sending password\n"); >+ reply[replies].resp = COPY_STRING(password); > break; > > /* XXX Not implemented yet. Just ignore.*/
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 860119
:
621149
| 621935