xref: /netbsd-src/external/gpl2/xcvs/dist/contrib/pam/cvs.linux (revision a7c918477dd5f12c1da816ba05caf44eab2d06d6)
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