summaryrefslogtreecommitdiffstats
path: root/etc/pam.d/other
blob: 058a0b7877c891082ff8bd911317e6a263506201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# $FreeBSD$
#
# PAM configuration for the "other" service
#

# auth
other	auth	required	pam_nologin.so	no_warn
#other	auth	required	pam_opie.so	no_warn
other	auth	required	pam_unix.so	no_warn try_first_pass

# account
other	account	required	pam_unix.so

# session
other	session	required	pam_unix.so

# password
other	password required	pam_deny.so
OpenPOWER on IntegriCloud