21 lines
512 B
Plaintext
21 lines
512 B
Plaintext
# $NetBSD: system,v 1.7 2005/09/22 01:02:12 tsarna Exp $
|
|
#
|
|
# System-wide defaults
|
|
#
|
|
|
|
# auth
|
|
auth sufficient pam_krb5.so no_warn try_first_pass
|
|
auth optional pam_afslog.so no_warn try_first_pass
|
|
auth required pam_unix.so no_warn try_first_pass nullok
|
|
|
|
# account
|
|
account required pam_krb5.so
|
|
account required pam_unix.so
|
|
|
|
# session
|
|
session required pam_lastlog.so no_fail no_nested
|
|
|
|
# password
|
|
password sufficient pam_krb5.so no_warn try_first_pass
|
|
password required pam_unix.so no_warn try_first_pass
|