Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/etc/pam.d Pull up revision 1.5 (requested by chs in ticke...
details: https://anonhg.NetBSD.org/src/rev/0d5163931e15
branches: netbsd-3
changeset: 575841:0d5163931e15
user: snj <snj%NetBSD.org@localhost>
date: Wed May 18 04:30:34 2005 +0000
description:
Pull up revision 1.5 (requested by chs in ticket #302):
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 e661e43ffc3f -r 0d5163931e15 etc/pam.d/rsh
--- a/etc/pam.d/rsh Wed May 18 04:22:06 2005 +0000
+++ b/etc/pam.d/rsh Wed May 18 04:30:34 2005 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: rsh,v 1.4 2005/03/04 15:30:59 christos Exp $
+# $NetBSD: rsh,v 1.4.2.1 2005/05/18 04:30:34 snj 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