From 5255fefa32539cbdae50ef303a52882df86955bb Mon Sep 17 00:00:00 2001 From: tmclaugh Date: Fri, 3 Aug 2007 00:56:00 +0000 Subject: Fix session stack in default pam file. --- security/sudo/Makefile | 1 + security/sudo/files/pam.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8977434059c7..e0aa17aa1cd6 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -7,6 +7,7 @@ PORTNAME= sudo PORTVERSION= 1.6.9.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ diff --git a/security/sudo/files/pam.conf b/security/sudo/files/pam.conf index 29aafcf2508c..d0eaef11ee01 100644 --- a/security/sudo/files/pam.conf +++ b/security/sudo/files/pam.conf @@ -13,7 +13,7 @@ account include system # session # XXX: pam_lastlog (used in system) causes users to appear as though # they are no longer logged in in system logs. -session include pam_permit.so +session required pam_permit.so # password password include system -- cgit