Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 201
Summary: | login no longer honors PAM sessions | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | allbery |
Component: | distribution | Assignee: | Jeff Johnson <jbj> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.2 | CC: | felipe |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1998-12-06 04:35:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
allbery
1998-11-25 19:53:30 UTC
Restored the util-linux-2.7 fork/exec/wait/PAM_END. I also added your comments and e-mail address to the source. Fixed in dist-6.0/util-linux-2.9-4 *** Bug 1009 has been marked as a duplicate of this bug. *** In util-linux 2.8, a piece of code of login.c was eliminated. This code waited for the shell to end to call pam_close_session. So, the version that comes with redhat 5.2 calls pam_close_session before executing the shell instead of waiting for it to end and then close the session. The bug is fixed since util-linux-2.9c ------- Additional Comments From ayn2 02/02/99 01:24 ------- This is a duplicate of #201 |