Module Name:    src
Committed By:   christos
Date:           Sat Nov 13 19:19:41 UTC 2010

Modified Files:
        src/etc/pam.d: display_manager

Log Message:
add want_agent to the commented line of pam_ssh


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/etc/pam.d/display_manager

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/pam.d/display_manager
diff -u src/etc/pam.d/display_manager:1.4 src/etc/pam.d/display_manager:1.5
--- src/etc/pam.d/display_manager:1.4	Wed Mar 26 07:31:17 2008
+++ src/etc/pam.d/display_manager	Sat Nov 13 14:19:40 2010
@@ -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

Reply via email to