19 lines
271 B
Plaintext
19 lines
271 B
Plaintext
#
|
|
# $FreeBSD$
|
|
#
|
|
# PAM configuration for the "rsh" service
|
|
#
|
|
|
|
# auth
|
|
auth required pam_nologin.so no_warn
|
|
auth required pam_rhosts.so no_warn
|
|
|
|
# account
|
|
account required pam_unix.so
|
|
|
|
# session
|
|
session required pam_permit.so
|
|
|
|
# password
|
|
password required pam_deny.so
|