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