mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
Approved by: re (rgrimes), will (mentor), des Differential Revision: https://reviews.freebsd.org/D17122
14 lines
301 B
Text
14 lines
301 B
Text
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "pop3" service
|
|
#
|
|
|
|
# auth
|
|
#auth sufficient pam_krb5.so no_warn try_first_pass
|
|
#auth sufficient pam_ssh.so no_warn try_first_pass
|
|
auth required pam_unix.so no_warn try_first_pass
|
|
|
|
# account
|
|
#account required pam_nologin.so
|
|
account required pam_unix.so
|