allow rsh if the user's password is null. from christos.

This commit is contained in:
chs 2005-05-14 15:17:47 +00:00
parent 2438f5c3ad
commit 408467d27a
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
# $NetBSD: rsh,v 1.4 2005/03/04 15:30:59 christos Exp $
# $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 required pam_rhosts.so no_warn allow_root
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