From owner-freebsd-questions@FreeBSD.ORG Tue Jun 15 20:52: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 2D7D216A4CE for ; Tue, 15 Jun 2004 20:52:11 +0000 (GMT) Received: from cherub.home.volker.de (pD9E1C6DA.dip.t-dialin.net [217.225.198.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE4943D5E for ; Tue, 15 Jun 2004 20:52:09 +0000 (GMT) (envelope-from freebsd@secspace.de) Received: from cherub.home.volker.de (localhost [127.0.0.1]) i5FKs67a011973 for ; Tue, 15 Jun 2004 22:54:07 +0200 (CEST) (envelope-from freebsd@secspace.de) Date: Tue, 15 Jun 2004 22:54:06 +0200 From: Volker Kindermann To: freebsd-questions@freebsd.org Message-Id: <20040615225406.1d3a0b58@cherub.home.volker.de> In-Reply-To: <40CE8CB9.9050504@synthexp.net> References: <40CE8CB9.9050504@synthexp.net> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Detaching program from controlling terminal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2004 20:52:11 -0000 Hi, > system password. They found that sshing to the server and typing > passwd to change the password is wee too involving hence the need to > use a much friendlier interface. Letting the sysadmins change the > user's password is not a good idea, as the sysadmins are outsourced > and the users value their privacy. FYI, all the users has a > /sbin/nologin shell set. what about giving them /usr/bin/passwd as the shell? So, the only thing they have to do is ssh to the system and they're asked for the password. Haven't tried this on FreeBSD yet, but it should work. -volker