Bug 222896 - firestarter uses deprecated pam_stack module
Summary: firestarter uses deprecated pam_stack module
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: firestarter
Version: 6
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Damien Durand
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-01-16 19:36 UTC by Paul Jenner
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-17 05:13:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
simple patch to replace deprecated pam_stack with include (375 bytes, patch)
2007-01-16 19:41 UTC, Paul Jenner
no flags Details | Diff

Description Paul Jenner 2007-01-16 19:36:09 UTC
Description of problem:

Firestarter uses deprecated pam_stack module in default pam config.

Running firestarter and authenticating generates error in secure log:

Jan 11 19:46:21 localhost userhelper[4178]: Deprecated pam_stack module called
from service "firestarter"

[root@localhost log]# grep stack /etc/pam.d/firestarter 
auth       required     pam_stack.so service=system-auth

FC5 release notes show pam_stack as deprecated and should be replaced by include
statement:

http://fedora.redhat.com/docs/release-notes/fc5/#id3004442

Version-Release number of selected component (if applicable):
firestarter-1.0.3-14.fc6

Steps to Reproduce:
1. Start firestarter and authenticate
2. View secure log for deprecation warning

Comment 1 Paul Jenner 2007-01-16 19:41:22 UTC
Created attachment 145722 [details]
simple patch to replace deprecated pam_stack with include

Comment 2 Paul Jenner 2007-07-17 18:18:04 UTC
Is also fixed in FC7 package by using config-util by include.


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