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 7 cvs auth required /usr/lib/security/$ISA/pam_unix.so.1 8 cvs account required /usr/lib/security/$ISA/pam_unix.so.1 9 cvs session required /usr/lib/security/$ISA/pam_unix.so.1 10