Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/pam.d Add a no nested option that avoids updating the {u...
details: https://anonhg.NetBSD.org/src/rev/3e6cfeaa45d0
branches: trunk
changeset: 574519:3e6cfeaa45d0
user: christos <christos%NetBSD.org@localhost>
date: Thu Mar 03 02:12:32 2005 +0000
description:
Add a no nested option that avoids updating the {u,w}tmp databases on a
nested login.
diffstat:
etc/pam.d/system | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 576edc2050bc -r 3e6cfeaa45d0 etc/pam.d/system
--- a/etc/pam.d/system Thu Mar 03 02:11:49 2005 +0000
+++ b/etc/pam.d/system Thu Mar 03 02:12:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: system,v 1.5 2005/02/27 03:40:14 thorpej Exp $
+# $NetBSD: system,v 1.6 2005/03/03 02:12:32 christos Exp $
#
# System-wide defaults
#
@@ -12,7 +12,7 @@
account required pam_unix.so
# session
-session required pam_lastlog.so no_fail
+session required pam_lastlog.so no_fail no_nested
# password
password sufficient pam_krb5.so no_warn try_first_pass
Home |
Main Index |
Thread Index |
Old Index