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