- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Problem with pam_wheel
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2006 09:16 PM
тАО06-19-2006 09:16 PM
Ive commented out the following line in /etc/pam.d/su
auth required /lib/security/$ISA/pam_wheel.so use_uid
As I understand it now only users in the wheel group should be able to su to root.
That works, however users not in the wheel group cannot su to any other user.
Im not particularly clued up on PAM so if someone could tell me where Im going wrong Id appreciate it.
System info:
RHEL 2.6.9-22.0.1.EL
pam-0.77-66.13
Many thanks,
Nick .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2006 03:36 AM
тАО06-20-2006 03:36 AM
Re: Problem with pam_wheel
auth required /lib/security/$ISA/pam_wheel.so use_uid root_only
root_only: The check for wheel membership is done only if the uid of requested account is 0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2006 08:07 PM
тАО06-20-2006 08:07 PM
Re: Problem with pam_wheel
unfortunately that does not look like its a valid option :
$ tail /var/log/messages
Jun 21 09:01:07 fudge PAM-Wheel[6884]: pam_parse: unknown option; root_only
I also tried changing root_only to only_root with the same error.
Nick .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 02:31 AM
тАО06-21-2006 02:31 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 02:54 AM
тАО06-21-2006 02:54 AM
Re: Problem with pam_wheel
The latest update from redhat is pam-0.77-66.14 which ive just updated to, and that doesn't work properly either.
Im reluctant to upgrade all our systems with a non redhat supplied version of pam.
I guess were stuck without this functionality.
Thanks for your help Ivan,
Nick .