Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155205 - sys-apps/qingy pam file shouldn't use pam_stack
Summary: sys-apps/qingy pam file shouldn't use pam_stack
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
: 155560 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-15 02:33 UTC by Stuart Bouyer
Modified: 2006-11-18 02:58 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Bouyer 2006-11-15 02:33:18 UTC
With the updated pam ebuild (pam-0.99.6.3-r1) qingy is no longer able to login as the qingy file in /etc/pam.d still uses the RedHat "pam_stack".

This needs to be updated to use the "include" directive as per the pam ebuild info.

Here is my /etc/pam.d/qingy file that allows me to login

------ Start File --------

#%PAM-1.0

auth       required pam_securetty.so
auth       include  system-auth
auth       required pam_nologin.so

account    required pam_access.so
account    include  system-auth

password   include  system-auth

session    include  system-auth

# If you compiled sys-libs/pam with USE="pam_console" and you
# want to enable pam_console, uncomment the following line
# and read carefully README.pam_console in /usr/share/doc/pam*
#session    optional    /lib/security/pam_console.so

----- End File -------

Thanks

StuBear
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2006-11-16 01:50:49 UTC
Just tested your provided PAM file against my current PAM version (0.78-r3) and it appears to work correctly. I'll replace the default qingy one with this...
Comment 2 Michele Noberasco (RETIRED) gentoo-dev 2006-11-16 02:03:00 UTC
Fixed. Thanks for the submission (also, will apply the updated PAM script upstream so that new qingy versions will have it)!
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-11-18 02:58:00 UTC
*** Bug 155560 has been marked as a duplicate of this bug. ***