From owner-freebsd-questions@FreeBSD.ORG Thu Jul 21 18:31:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1AC7116A41F for ; Thu, 21 Jul 2005 18:31:32 +0000 (GMT) (envelope-from tobias.fendin@telia.com) Received: from pne-smtpout1-sn2.hy.skanova.net (pne-smtpout1-sn2.hy.skanova.net [81.228.8.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id F265243D66 for ; Thu, 21 Jul 2005 18:31:25 +0000 (GMT) (envelope-from tobias.fendin@telia.com) Received: from [192.168.1.6] (81.229.46.22) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) (authenticated as u18317830) id 42BFBBD2004012D9; Thu, 21 Jul 2005 20:31:23 +0200 Message-ID: <42DFE9F4.7050503@telia.com> Date: Thu, 21 Jul 2005 20:31:16 +0200 From: Tobias Fendin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050403) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Stuart References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: password expire 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: Thu, 21 Jul 2005 18:31:32 -0000 Joe Stuart wrote: > I have a whole group of users with weak passwords. Is there a way that I can force a password change at next login? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > "pw usermod [name|uid] -p date" should do the trick. Check the pw(8) man-page for more details. -Tobias