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