]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - etc/pam.d/other
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / etc / pam.d / other
1 #
2 # $FreeBSD$
3 #
4 # PAM configuration for the "other" 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 try_first_pass
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_login_access.so
18 account         required        pam_unix.so
19
20 # session
21 #session        optional        pam_ssh.so              want_agent
22 session         required        pam_permit.so
23
24 # password
25 password        required        pam_permit.so