Bug 9352

Summary: bug in pam_console parser
Product: [Retired] Red Hat Linux Reporter: Kjetil T. Homme <kjetilho>
Component: pamAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: pergj
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: 2000-05-22 15:37:34 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:
Attachments:
Description Flags
This patch works for us :-) none

Description Kjetil T. Homme 2000-02-11 16:19:49 UTC
pam_console doesn't handle overlapping file classes.
The default file contains <console> and <xconsole> which
overlap, but the <xconsole> will never be processed since
only the first match matters.

We have written a patch to use GSList for the cache instead.
<URL:http://www.ifi.uio.no/~kjetilho/pam_console.patch>

Comment 1 Kjetil T. Homme 2000-02-11 16:21:59 UTC
Created attachment 113 [details]
This patch works for us :-)

Comment 2 Cristian Gafton 2000-05-22 15:37:59 UTC
assigned to nalin

Comment 3 Nalin Dahyabhai 2000-08-18 00:13:33 UTC
A similar fix should be in Raw Hide.  Thanks!