2013-04-06 16:48:33 +02:00

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