First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 155205
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Michele Noberasco <s4t4n@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Stuart Bouyer <StuBouyer@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 155205 depends on: Show dependency tree
Bug 155205 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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. ***

First Last Prev Next    No search results available      Search page      Enter new bug