| 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
Fixed on cvs, thanks.