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
7auth      required    pam_unix.so
8account   required    pam_unix.so
9session   required    pam_unix.so
10