From owner-freebsd-questions@FreeBSD.ORG Wed Apr 14 09:00:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6F6216A4D0 for ; Wed, 14 Apr 2004 09:00:11 -0700 (PDT) Received: from osiris.icrt.cu (osiris.icrt.cu [200.55.140.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDE6343D54 for ; Wed, 14 Apr 2004 09:00:04 -0700 (PDT) (envelope-from texel@trinity.icrt.cu) Received: from icrt.cu (neuromancer.icrt.cu [192.168.250.20]) by osiris.icrt.cu (8.12.9/8.12.9) with ESMTP id i3EFxoM0011486 for ; Wed, 14 Apr 2004 11:59:56 -0400 (CDT) Received: from trinity.icrt.cu ([10.20.0.100]) by icrt.cu (icrt.cu [127.0.0.1]) (MDaemon.PRO.v6.8.4.R) with ESMTP id 27-md50000000181.tmp for ; Wed, 14 Apr 2004 11:59:07 -0500 Received: by trinity.icrt.cu (Postfix, from userid 1000) id 3E9335AEA57; Wed, 14 Apr 2004 11:58:59 -0400 (CDT) From: "Carlos A. Carnero Delgado" Organization: Instituto Cubano de Radio y Television To: freebsd-questions@freebsd.org Date: Wed, 14 Apr 2004 11:58:58 -0400 User-Agent: KMail/1.6 References: <20040413235143.4c2cb911@it.buh.cameradicommercio.ro> <035C9EBA-8DCA-11D8-958E-000393681B06@lafn.org> In-Reply-To: <035C9EBA-8DCA-11D8-958E-000393681B06@lafn.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404141158.58719.texel@trinity.icrt.cu> X-Spam-Processed: icrt.cu, Wed, 14 Apr 2004 11:59:07 -0500 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 10.20.0.100 X-Return-Path: texel@trinity.icrt.cu X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Subject: Re: Unusual login requirement X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: texel@trinity.icrt.cu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 16:00:11 -0000 Hello, you could also use the user's crontab. Check the manpage and you'll see that you can run commands at login time (and from a script you can easily log the user out). Regards, Carlos.