summaryrefslogtreecommitdiff
path: root/security/sudo/files/pam.conf
blob: 1e30507af1190a76dd56a135bde24d0b082a9430 (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 "sudo" service
#

# auth
auth		include		system

# account
account		include		system

# session
# XXX: pam_lastlog (used in system) causes users to appear as though
# they are no longer logged in in system logs.
session		required	pam_permit.so

# password
password	include		system