mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-13 00:57:28 -04:00
10 lines
450 B
Plaintext
10 lines
450 B
Plaintext
# This is a sample PAM configuration for Sun/Solaris
|
|
# which does standard unix authentication against
|
|
# the password in /etc/passwd or /etc/shadow.
|
|
# The contents of this file should be inserted
|
|
# at an appropriate position in /etc/pam.conf
|
|
|
|
cvs auth required /usr/lib/security/$ISA/pam_unix.so.1
|
|
cvs account required /usr/lib/security/$ISA/pam_unix.so.1
|
|
cvs session required /usr/lib/security/$ISA/pam_unix.so.1
|