Bug 227462 - [pam-console] regex too narrow for fast-user-switching
Summary: [pam-console] regex too narrow for fast-user-switching
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pam
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-02-06 03:28 UTC by David Zeuthen
Modified: 2007-11-30 22:11 UTC (History)
2 users (show)

Fixed In Version: pam-0.99.7.1-2
Clone Of:
Environment:
Last Closed: 2007-02-06 16:19:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.