Bug 227462

Summary: [pam-console] regex too narrow for fast-user-switching
Product: [Fedora] Fedora Reporter: David Zeuthen <davidz>
Component: pamAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mclasen, rstrode
Target Milestone: ---Keywords: EasyFix
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: pam-0.99.7.1-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-06 16:19:11 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 David Zeuthen 2007-02-06 03:28:40 UTC
Description of problem:

f-u-s is a feature we're trying to land in fedora 7. Currently gdm likes to
choose e.g. :20.0 as the terminal for the f-u-s'ed session. So

 console consoledevs tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]\.[0-9] :[0-9]

in /etc/security/console.handlers doesn't match the terminal. However the fix is
easy, this

 console consoledevs tty[0-9][0-9]* vc/[0-9][0-9]* :[0-9]+\.[0-9]+ :[0-9]+

works. Is it possible to get this in Rawhide soon please? It's blocking some
other work...

Version-Release number of selected component (if applicable):

pam-0.99.7.1-1.fc7

Comment 1 Tomas Mraz 2007-02-06 16:19:11 UTC
Fixed.