other revision 89619
1#
2# $FreeBSD: head/etc/pam.d/other 89619 2002-01-21 18:51:24Z des $
3#
4# PAM configuration for the "other" service
5#
6
7# auth
8auth		required	pam_nologin.so	no_warn
9auth		sufficient	pam_opie.so	no_warn no_fake_prompts
10auth		requisite	pam_opieaccess.so	no_warn
11auth		required	pam_unix.so	no_warn try_first_pass
12
13# account
14account		required	pam_unix.so
15
16# session
17session		required	pam_unix.so
18
19# password
20password	required	pam_deny.so
21