Merge branch 'vendor/DIFFUTILS'
[dragonfly.git] / etc / pam.d / other
1 #
2 # $FreeBSD: src/etc/pam.d/other,v 1.11 2007/06/10 18:57:20 yar Exp $
3 # $DragonFly: src/etc/pam.d/other,v 1.1 2005/07/22 18:20:43 joerg Exp $
4 #
5 # PAM configuration for the "other" service
6 #
7
8 # auth
9 auth            sufficient      pam_opie.so             no_warn no_fake_prompts
10 auth            requisite       pam_opieaccess.so       no_warn allow_local
11 #auth           sufficient      pam_krb5.so             no_warn try_first_pass
12 #auth           sufficient      pam_ssh.so              no_warn try_first_pass
13 auth            required        pam_unix.so             no_warn try_first_pass
14
15 # account
16 account         required        pam_nologin.so
17 #account        required        pam_krb5.so
18 account         required        pam_login_access.so
19 account         required        pam_unix.so
20
21 # session
22 #session        optional        pam_ssh.so
23 session         required        pam_permit.so
24
25 # password
26 password        required        pam_permit.so