From 06bff7d2c689801644cfc3216f02a7d3c6fd9c2e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 11 Sep 1998 23:27:49 +0000 Subject: [PATCH] Initial revision --- sample.pam | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sample.pam diff --git a/sample.pam b/sample.pam new file mode 100644 index 000000000..b2efeabb7 --- /dev/null +++ b/sample.pam @@ -0,0 +1,8 @@ +#%PAM-1.0 +# Sample /etc/pam.d/sudo file for RedHat Linux 5.0 and above. +# This is where you configure your authorization method. The uncommented +# line below does 'normal' (/etc/passwd) authentication. The commented line +# just above is what I use on my system, which allows my users to validate +# against our Windows NT domain. - GJC +#auth required /lib/security/pam_smb_auth.so +auth required /lib/security/pam_pwdb.so shadow nullok -- 2.50.1