Bug 155205 - sys-apps/qingy pam file shouldn't use pam_stack
Bug#: 155205 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: s4t4n@gentoo.org Reported By: StuBouyer@gmail.com
Component: Ebuilds
URL: 
Summary: sys-apps/qingy pam file shouldn't use pam_stack
Keywords:  
Status Whiteboard: 
Opened: 2006-11-15 02:33 0000
Description:   Opened: 2006-11-15 02:33 0000
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 From Michele Noberasco 2006-11-16 01:50:49 0000 -------
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 From Michele Noberasco 2006-11-16 02:03:00 0000 -------
Fixed. Thanks for the submission (also, will apply the updated PAM script
upstream so that new qingy versions will have it)!

------- Comment #3 From Jakub Moc (RETIRED) 2006-11-18 02:58:00 0000 -------
*** Bug 155560 has been marked as a duplicate of this bug. ***