blob: bd77db166afd9759a0e214f72023251a1aca45c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: other,v 1.4 2005/02/27 03:40:14 thorpej Exp $
#
# PAM configuration for the "other" service
#
# auth
auth required pam_nologin.so no_warn
auth include system
# account
account include system
# session
session required pam_permit.so
# password
password required pam_permit.so
|