From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 19:17:29 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 379181065672 for ; Sun, 1 Aug 2010 19:17:29 +0000 (UTC) (envelope-from michael.grunewald@laposte.net) Received: from smtp6.netcologne.de (smtp6.netcologne.de [194.8.194.26]) by mx1.freebsd.org (Postfix) with ESMTP id EFC408FC16 for ; Sun, 1 Aug 2010 19:17:28 +0000 (UTC) Received: from llea.celt.neu (xdsl-89-0-76-142.netcologne.de [89.0.76.142]) by smtp6.netcologne.de (Postfix) with ESMTP id BCDFA2A08DF; Sun, 1 Aug 2010 21:00:12 +0200 (CEST) Message-ID: <4C55C43C.2090603@laposte.net> Date: Sun, 01 Aug 2010 21:00:12 +0200 From: =?ISO-8859-1?Q?Michael_Gr=FCnewald?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.8) Gecko/20100226 SeaMonkey/2.0.3 MIME-Version: 1.0 To: Lowell Gilbert References: <44aap6ns4y.fsf@lowell-desk.lan> In-Reply-To: <44aap6ns4y.fsf@lowell-desk.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, me Subject: Re: sudo -K/-k ineffective X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2010 19:17:29 -0000 Hi, Lowell Gilbert wrote: > me writes: >> Upon doing sudo as a normal user (non-root), sudo asks for >> password only once, subsequent invocations of sudo doesn't ask for password >> - even though I do sudo -k or sudo -K in between. >> Although sudo starts asking for password after the time stamp expiry. > [...] > I don't think sudo even knows about pam(3), so I'm not sure what could > be happening here... Maybe there is something funny with sudo's timestamp directory? If it is mounted with option `noatime' it may have consequences similar to what you discribe. Michael