1# $NetBSD: other,v 1.3 2005/01/08 08:43:03 christos Exp $
2#
3# PAM configuration for the "other" service
4#
5
6# auth
7auth		required	pam_nologin.so		no_warn
8auth		include		system
9
10# account
11account		include		system
12
13# session
14session		required	pam_permit.so
15
16# password
17password	required	pam_permit.so
18