1# This is a sample PAM configuration for Sun/Solaris
2# which does standard unix authentication against
3# the password in /etc/passwd or /etc/shadow.
4# The contents of this file should be inserted
5# at an appropriate position in /etc/pam.conf
6
7cvs     auth        required    /usr/lib/security/$ISA/pam_unix.so.1
8cvs     account     required    /usr/lib/security/$ISA/pam_unix.so.1
9cvs     session     required    /usr/lib/security/$ISA/pam_unix.so.1
10