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 want_agent to the commented line of pam_ssh
details: https://anonhg.NetBSD.org/src/rev/349e1f21761d
branches: trunk
changeset: 758712:349e1f21761d
user: christos <christos%NetBSD.org@localhost>
date: Sat Nov 13 19:19:40 2010 +0000
description:
add want_agent to the commented line of pam_ssh
diffstat:
etc/pam.d/display_manager | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 446776edba58 -r 349e1f21761d etc/pam.d/display_manager
--- a/etc/pam.d/display_manager Sat Nov 13 18:52:55 2010 +0000
+++ b/etc/pam.d/display_manager Sat Nov 13 19:19:40 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: display_manager,v 1.4 2008/03/26 11:31:17 lukem Exp $
+# $NetBSD: display_manager,v 1.5 2010/11/13 19:19:40 christos Exp $
#
# PAM configuration for the display manager services. Specific display
# manager service configurations can include this one.
@@ -20,5 +20,5 @@
# session
# XXX pam_lastlog.so?
# pam_ssh has potential security risks. See pam_ssh(8).
-#session optional pam_ssh.so
+#session optional pam_ssh.so want_agent
session required pam_permit.so
Home |
Main Index |
Thread Index |
Old Index