| Summary: | pam_lastlog breaks cartridge hooks | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Jesse Sightler <jsightle> | ||||
| Component: | Containers | Assignee: | John W. Lamb <jolamb> | ||||
| Status: | CLOSED EOL | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 2.2.0 | CC: | jolamb, jsightle, libra-onpremise-devel, rthrashe | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-01-13 22:44:47 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Jesse Sightler
2013-11-15 18:05:27 UTC
Ok, it looks like I was incorrect about the root cause. The actual root case is this line enabling the lastlog module: session required /lib64/security/pam_lastlog.so showfailed We have been able to workaround it with the following addition (added the silent flag): session required /lib64/security/pam_lastlog.so showfailed silent This is not ideal. The command that seems to trigger the problem is runuser. While we will need a fix for this eventually, I do not believe that it is an extremely high urgency requirement for us at this time. Do you believe that it is something that can be fit into a future release? Can you send us the related pam.d configuration file? Created attachment 833293 [details]
Authentication configuration file
Attached... the line that causes the issue is: session required /lib64/security/pam_lastlog.so showfailed OpenShift Enterprise v2 has officially reached EoL. This product is no longer supported and bugs will be closed. Please look into the replacement enterprise-grade container option, OpenShift Container Platform v3. https://www.openshift.com/container-platform/ More information can be found here: https://access.redhat.com/support/policy/updates/openshift/ |