From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 10:00:59 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 D285E16A4CE for ; Wed, 21 Jan 2004 10:00:59 -0800 (PST) Received: from ce.sharif.ac.ir (ce.sharif.ac.ir [81.31.164.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6849F43D5F for ; Wed, 21 Jan 2004 10:00:39 -0800 (PST) (envelope-from falaki@ce.sharif.edu) Received: from ce.sharif.edu (ce.sharif.ac.ir [127.0.0.1]) by ce.sharif.ac.ir (8.12.8/8.12.8) with SMTP id i0M2ZkOm006271 for ; Wed, 21 Jan 2004 21:35:46 -0500 Received: from 81.31.169.172 (SquirrelMail authenticated user falaki) by ce.sharif.edu with HTTP; Wed, 21 Jan 2004 21:35:46 -0500 (EST) Message-ID: <1101.81.31.169.172.1074738946.squirrel@ce.sharif.edu> Date: Wed, 21 Jan 2004 21:35:46 -0500 (EST) From: falaki@ce.sharif.edu To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: passwd command problem. 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: Wed, 21 Jan 2004 18:01:00 -0000 Hello; For some reason I had to add the passwd files of a previous FreeBSD 4.4 server to a new 4.9 one. I added passwd and master.passwd. Then I updated the db files. Now every thing is OK and all users can login. My problem is that only the users in the wheel group can use passwd to change their passwords. The permissions of /usr/bin/passwd is: -r-sr-sr-x 2 root wheel 32824 Oct 27 2003 /usr/bin/passwd I cannot understand the reason. Can anybody help me.