Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 216456 - sys-apps/shadow w/ pam: unnecessary use of sufficient instead of direct "required"?
Summary: sys-apps/shadow w/ pam: unnecessary use of sufficient instead of direct "requ...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-06 00:08 UTC by Benjamin Lamowski
Modified: 2008-04-06 14:52 UTC (History)
0 users

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 Benjamin Lamowski 2008-04-06 00:08:49 UTC
Why do you use things like

auth       sufficient	pam_rootok.so
auth       required		pam_permit.so
(eg. /etc/pam.d/useradd )

instead of

auth required pam_rootok.so

?

If there is a reason for this, please just give me some hint and excuse my waste of your lifetime.

Reproducible: Always
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-04-06 14:52:05 UTC
When you're root anyways, further checks are pointless.