Re: pam user authentication

1999-12-30 Thread Igmar Palsenberg
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

RE: pam user authentication

1999-12-30 Thread Wilde, Jeff
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

pam user authentication

1999-12-30 Thread Wilde, Jeff
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