Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15032 - sudo - pam file not using defaults (pam_stack)
Summary: sudo - pam file not using defaults (pam_stack)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-03 08:54 UTC by Tero Pelander
Modified: 2011-10-30 22:47 UTC (History)
1 user (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 Tero Pelander 2003-02-03 08:54:46 UTC
app-admin/sudo-1.6.6 installs into /etc/pam.d/sudo following file
--current--
auth       required   pam_pwdb.so   shadow nullok

In order to be compatible with the rest of the system (even after local 
changes like LDAP authentication) the file should be.
--should be--
auth       required     /lib/security/pam_stack.so service=system-auth
auth       required     /lib/security/pam_nologin.so


Reproducible: Always
Steps to Reproduce:
export USE="pam"
emerge sudo
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-02-05 06:33:10 UTC
Fixed on cvs, thanks.