other revision 95729
1#
2# $FreeBSD: head/etc/pam.d/other 95729 2002-04-29 15:22:00Z 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_lastlog.so	no_warn
18
19# password
20password	required	pam_deny.so
21