mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
20 lines
391 B
Plaintext
20 lines
391 B
Plaintext
#
|
|
# $FreeBSD: head/security/sudo/files/pam.conf 340872 2014-01-24 00:14:07Z mat $
|
|
#
|
|
# 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
|