From 394fc87351112dacf2be7fe2f322133fa4defcaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 28 Apr 2005 07:59:09 +0000 Subject: [PATCH] X logins should be recorded in lastlog / wtmp / utmp. I have no idea why this wasn't there already... it makes much more sense this way. MFC after: 2 weeks --- etc/pam.d/xdm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pam.d/xdm b/etc/pam.d/xdm index 404b2310a3d..0a1c78e148c 100644 --- a/etc/pam.d/xdm +++ b/etc/pam.d/xdm @@ -16,7 +16,7 @@ account required pam_unix.so # session #session required pam_ssh.so want_agent -session required pam_permit.so +session required pam_lastlog.so no_fail # password password required pam_deny.so