c3d7aa730d
than duplicate it. This requires OpenPAM Dianthus, which was committed two weeks ago; installing these files on a system running a world older than June 1st, 2003 will cause login(1) and su(1) to fail.
18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "su" service
|
|
#
|
|
|
|
# auth
|
|
auth sufficient pam_rootok.so no_warn
|
|
auth sufficient pam_self.so no_warn
|
|
auth requisite pam_group.so no_warn group=wheel root_only fail_safe
|
|
auth include system
|
|
|
|
# account
|
|
account include system
|
|
|
|
# session
|
|
session include system
|