freebsd-nq/etc/pam.d/other
Dag-Erling Smørgrav 214f3239c0 Don't list pam_unix in the session chain, since it does not provide any
session management services.

Sponsored by:	DARPA, NAI Labs
2002-04-18 17:40:27 +00:00

21 lines
380 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
# password
password required pam_deny.so