19 lines
379 B
Plaintext
19 lines
379 B
Plaintext
# $NetBSD: rsh,v 1.5 2005/05/14 15:17:47 chs Exp $
|
|
#
|
|
# PAM configuration for the "rsh" service
|
|
#
|
|
|
|
# auth
|
|
auth required pam_nologin.so no_warn
|
|
auth sufficient pam_rhosts.so no_warn allow_root
|
|
auth required pam_unix.so no_warn try_first_pass nullok
|
|
|
|
# account
|
|
account required pam_unix.so
|
|
|
|
# session
|
|
session required pam_permit.so
|
|
|
|
# password
|
|
password required pam_deny.so
|