Bug 133468 - pam_wheel.so module no longer working correctly in SL-OSS-edge
Summary: pam_wheel.so module no longer working correctly in SL-OSS-edge
Status: RESOLVED DUPLICATE of bug 136019
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Alpha 2plus
Hardware: All SUSE Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Stefan Schubert
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-11 14:26 UTC by Greg Edwards
Modified: 2005-12-20 15:43 UTC (History)
0 users

See Also:
Found By: Third Party Developer/Partner
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Edwards 2005-11-11 14:26:01 UTC
The pam_wheel.so module no longer works correctly (for su) in edge.  The
following /etc/pam.d/su config should allow users to su to root without
a passwd if they are part of the wheel group.  On a current SL-OSS-edge
system, it is still prompting for a passwd.

#%PAM-1.0
auth     sufficient     pam_wheel.so trust
auth     sufficient     pam_rootok.so
auth     include        common-auth
account  include        common-account
password include        common-password
session  include        common-session
session  optional       pam_xauth.so

Adding the "debug" option to the pam_wheel.so line doesn't add much:

Nov 11 08:25:10 fairseas su: pam_wheel(su:auth): who is running me ?!
Nov 11 08:25:13 fairseas su: (to root) gedwards on /dev/pts/1
Comment 1 Stefan Schubert 2005-12-20 15:43:24 UTC

*** This bug has been marked as a duplicate of 136019 ***