2001-12-05 16:06:21 -05:00
|
|
|
#
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
# PAM configuration for the "ftpd" service
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# auth
|
2003-02-09 19:50:03 -05:00
|
|
|
auth required pam_nologin.so no_warn
|
|
|
|
|
auth sufficient pam_opie.so no_warn no_fake_prompts
|
2003-02-16 08:02:39 -05:00
|
|
|
auth requisite pam_opieaccess.so no_warn allow_local
|
2003-02-09 19:50:03 -05:00
|
|
|
#auth sufficient pam_krb5.so no_warn
|
|
|
|
|
#auth sufficient pam_ssh.so no_warn try_first_pass
|
|
|
|
|
auth required pam_unix.so no_warn try_first_pass
|
2001-12-05 16:06:21 -05:00
|
|
|
|
|
|
|
|
# account
|
2003-02-09 19:50:03 -05:00
|
|
|
#account required pam_krb5.so
|
2001-12-05 16:26:00 -05:00
|
|
|
account required pam_unix.so
|
2001-12-05 16:06:21 -05:00
|
|
|
|
|
|
|
|
# session
|
2003-02-09 19:50:03 -05:00
|
|
|
session required pam_permit.so
|