From owner-freebsd-isp Sat Jan 10 19:25:47 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA02444 for isp-outgoing; Sat, 10 Jan 1998 19:25:47 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA02420 for ; Sat, 10 Jan 1998 19:25:41 -0800 (PST) (envelope-from danny@panda.hilink.com.au) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id JAA14931; Sun, 11 Jan 1998 09:57:20 +1100 (EST) Date: Sun, 11 Jan 1998 09:57:19 +1100 (EST) From: "Daniel O'Callaghan" To: David Hawkins cc: freebsd-isp@FreeBSD.ORG Subject: Re: How to lock out a nonpaying user? In-Reply-To: <199801101411.GAA17813@ohio.river.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 10 Jan 1998, David Hawkins wrote: > How do you lock out a person for nonpay so that it's relatively > easy to reactivate their account later? I tried replacing their Run 'chsh fred' where fred is the name of the user, and set Expire to 1. That means that their account expired in 1970 and they can't log in. To reinstate the account, remove the expiry time. Danny