mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
11 lines
267 B
Text
11 lines
267 B
Text
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "imap" service
|
|
#
|
|
|
|
# auth
|
|
#auth required pam_nologin.so no_warn
|
|
#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
|