18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
# $NetBSD: rsh,v 1.4 2005/03/04 15:30:59 christos Exp $
|
|
#
|
|
# PAM configuration for the "rsh" service
|
|
#
|
|
|
|
# auth
|
|
auth required pam_nologin.so no_warn
|
|
auth required pam_rhosts.so no_warn allow_root
|
|
|
|
# account
|
|
account required pam_unix.so
|
|
|
|
# session
|
|
session required pam_permit.so
|
|
|
|
# password
|
|
password required pam_deny.so
|