From owner-freebsd-stable@FreeBSD.ORG Sat Aug 12 08:14:08 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8267016A4DA for ; Sat, 12 Aug 2006 08:14:08 +0000 (UTC) (envelope-from jorn@wcborstel.com) Received: from mail.wcborstel.com (wcborstel.xs4all.nl [82.93.93.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2FD43D46 for ; Sat, 12 Aug 2006 08:14:04 +0000 (GMT) (envelope-from jorn@wcborstel.com) Received: from localhost (mail.wcborstel.com [10.0.0.2]) by mail.wcborstel.com (Postfix) with ESMTP id DDF1D284D5D; Sat, 12 Aug 2006 10:14:02 +0200 (CEST) Received: from mail.wcborstel.com ([10.0.0.2]) by localhost (mail.wcborstel.com [10.0.0.2]) (amavisd-new, port 10024) with ESMTP id 00588-07; Sat, 12 Aug 2006 10:14:01 +0200 (CEST) Received: from [192.168.0.2] (unknown [192.168.1.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.wcborstel.com (Postfix) with ESMTP id D13D4284C7B; Sat, 12 Aug 2006 10:14:01 +0200 (CEST) Message-ID: <44DD8D80.2060500@wcborstel.com> Date: Sat, 12 Aug 2006 10:12:48 +0200 From: Jorn Argelo User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Matt Schwartz References: <000001c6b9c1$2b7d3390$6400000a@puma> In-Reply-To: <000001c6b9c1$2b7d3390$6400000a@puma> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at wcborstel.com Cc: freebsd-stable@freebsd.org Subject: Re: sudo X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 08:14:08 -0000 Matt Schwartz wrote: > Hello list, > > > > I have noticed that since upgrading to FreeBSD 6 STABLE that sudo is > behaving funny. For example, sudo seems to be remembering passwords. So, > sudo seems not to be obeying its 5 minute password timeout. Has anyone else > experienced this? Even after logging off and back on again, I can use sudo > without it prompting me for a password. I know I am preaching to the choir > when I say this is dangerous. How can I remedy the behavior? I have even > placed the following line in my sudoers file and it had no effect: > > > > meschwartz ALL=(ALL) PASSWD: ALL > > > > Some insight would be helpful. If this is the wrong list, I apologize in > advance. > > > > > > Thanks, > > Matt > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > AFAIK it has always been that sudo still works if you log out and back in. But I never experienced that sudo doesn't obey the five minute timeout on passwords, and I'm running 6-STABLE on 3 machines. I just have this in my sudoers file, which doesn't give me any problems. %wheel ALL=(ALL) ALL Jorn