1 # $NetBSD: ftpd,v 1.6 2005/09/22 01:02:12 tsarna Exp $
3 # PAM configuration for the "ftpd" service
7 # This looks very much like "system", but lacks the "nullok" option on
9 auth required pam_nologin.so no_warn
10 auth sufficient pam_skey.so no_warn try_first_pass
11 auth sufficient pam_krb5.so no_warn try_first_pass
12 auth optional pam_afslog.so no_warn try_first_pass
13 auth required pam_unix.so no_warn try_first_pass
16 # Even though this is identical to "system", we open code it here because
17 # we open code the auth stack.
18 account required pam_krb5.so
19 account required pam_unix.so
22 session required pam_permit.so