freebsd-dev/etc/pam.d/other

20 lines
318 B
Plaintext
Raw Normal View History

#
# $FreeBSD$
#
# PAM configuration for the "other" service
#
# auth
auth required pam_nologin.so no_warn
#auth required pam_opie.so no_warn
auth required pam_unix.so no_warn try_first_pass
# account
account required pam_unix.so
# session
session required pam_unix.so
# password
password required pam_deny.so