freebsd-dev/etc/pam.d/other
Dag-Erling Smørgrav a87cdc1598 Use pam_lastlog(8)'s new no_fail option.
Sponsored by:	DARPA, NAI Labs
2002-05-08 00:33:02 +00:00

21 lines
396 B
Plaintext

#
# $FreeBSD$
#
# PAM configuration for the "other" service
#
# auth
auth required pam_nologin.so no_warn
auth sufficient pam_opie.so no_warn no_fake_prompts
auth requisite pam_opieaccess.so no_warn
auth required pam_unix.so no_warn try_first_pass
# account
account required pam_unix.so
# session
session required pam_lastlog.so no_warn no_fail
# password
password required pam_deny.so