mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
# This is a sample PAM configuration for Linux
|
|
# which does standard unix authentication against
|
|
# the password in /etc/passwd or /etc/shadow.
|
|
# The contents of this file should be copied to
|
|
# /etc/pam.d/cvs
|
|
|
|
auth required pam_unix.so
|
|
account required pam_unix.so
|
|
session required pam_unix.so
|