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.
21 lines
314 B
Bash
21 lines
314 B
Bash
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "login" service
|
|
#
|
|
|
|
# auth
|
|
auth required pam_nologin.so no_warn
|
|
auth sufficient pam_self.so no_warn
|
|
auth include system
|
|
|
|
# account
|
|
account requisite pam_securetty.so
|
|
account include system
|
|
|
|
# session
|
|
session include system
|
|
|
|
# password
|
|
password include system
|