Bug 15032 - sudo - pam file not using defaults (pam_stack)
Bug#: 15032 Product:  Admin Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: azarah@gentoo.org Reported By: tpeland@tkukoulu.fi
Component: CVS
URL: 
Summary: sudo - pam file not using defaults (pam_stack)
Keywords:  
Status Whiteboard: 
Opened: 2003-02-03 08:54 0000
Description:   Opened: 2003-02-03 08:54 0000
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 From Martin Schlemmer (RETIRED) 2003-02-05 06:33:10 0000 -------
Fixed on cvs, thanks.