On Thu, 30 Dec 1999, Wilde, Jeff wrote:
> I am trying to get su to only work with people that are in the wheel group.
> I have added the following to su:
>
> auth sufficient /lib/security/pam_rootok.so debug
> auth required /lib/security/pam_wheel.so debug
> auth require
I figured it out.. added
auth required /lib/security/pam_wheel.so debug group=wheel
I thought wheel was the default ;)
-Original Message-
From: Wilde, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 30, 1999 10:09 AM
To: '[EMAIL PROTECTED]'
Subject
I am trying to get su to only work with people that are in the wheel group.
I have added the following to su:
auth sufficient /lib/security/pam_rootok.so debug
auth required /lib/security/pam_wheel.so debug
auth required /lib/security/pam_pwdb.so shadow nullok
account