Merge from vendor branch WPA_SUPPLICANT:
[dragonfly.git] / contrib / cvs-1.12 / contrib / pam / cvs.linux
1 # This is a sample PAM configuration for Linux
2 # which does standard unix authentication against
3 # the password in /etc/passwd or /etc/shadow.
4 # The contents of this file should be copied to
5 # /etc/pam.d/cvs
6
7 auth      required    pam_unix.so
8 account   required    pam_unix.so
9 session   required    pam_unix.so