Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/pam.d allow rsh if the user's password is null. from ch...
details: https://anonhg.NetBSD.org/src/rev/5f1443104b7f
branches: trunk
changeset: 580884:5f1443104b7f
user: chs <chs%NetBSD.org@localhost>
date: Sat May 14 15:17:47 2005 +0000
description:
allow rsh if the user's password is null. from christos.
diffstat:
etc/pam.d/rsh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r be19dd4edc2d -r 5f1443104b7f etc/pam.d/rsh
--- a/etc/pam.d/rsh Sat May 14 14:46:21 2005 +0000
+++ b/etc/pam.d/rsh Sat May 14 15:17:47 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index