]> git.pld-linux.org Git - packages/sudo.git/blob - sudo.pamd
- template for PLD
[packages/sudo.git] / sudo.pamd
1 #%PAM-1.0
2 # Sample /etc/pam.d/sudo file for RedHat Linux 5.0 and above.
3 # This is where you configure your authorization method. The uncommented
4 # line below does 'normal' (/etc/passwd) authentication. The commented line
5 # just above is what I use on my system, which allows my users to validate
6 # against our Windows NT domain. - GJC
7 #auth      required     /lib/security/pam_smb_auth.so
8 auth       required     /lib/security/pam_unix.so shadow
This page took 0.053571 seconds and 4 git commands to generate.