]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/pam.d/ftpd
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / etc / pam.d / ftpd
1 #
2 # $FreeBSD$
3 #
4 # PAM configuration for the "ftpd" service
5 #
6
7 # auth
8 auth            sufficient      pam_opie.so             no_warn no_fake_prompts
9 auth            requisite       pam_opieaccess.so       no_warn allow_local
10 #auth           sufficient      pam_krb5.so             no_warn
11 #auth           sufficient      pam_ssh.so              no_warn try_first_pass
12 auth            required        pam_unix.so             no_warn try_first_pass
13
14 # account
15 account         required        pam_nologin.so
16 #account        required        pam_krb5.so
17 account         required        pam_unix.so
18
19 # session
20 session         required        pam_permit.so