20 lines
348 B
Plaintext
20 lines
348 B
Plaintext
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "rexecd" service
|
|
#
|
|
|
|
# auth
|
|
auth required pam_nologin.so no_warn
|
|
auth required pam_unix.so no_warn use_first_pass
|
|
|
|
# account
|
|
account required pam_ftpusers.so no_warn disallow
|
|
account required pam_unix.so no_warn
|
|
|
|
# session
|
|
session required pam_permit.so
|
|
|
|
# password
|
|
password required pam_deny.so
|