214f3239c0
session management services. Sponsored by: DARPA, NAI Labs
21 lines
380 B
Plaintext
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
|