From owner-freebsd-questions@FreeBSD.ORG Sat Jan 7 21:29:58 2006 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 F2A2416A41F for ; Sat, 7 Jan 2006 21:29:57 +0000 (GMT) (envelope-from jdkullmann@aliencamel.com) Received: from aliencamel.com (aliencamel.com [69.93.161.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA8743D60 for ; Sat, 7 Jan 2006 21:29:57 +0000 (GMT) (envelope-from jdkullmann@aliencamel.com) X-Virus-Scanned: by both ClamAV and Kaspersky at http://aliencamel.com/ Received: from [67.81.216.207] (account jdkullmann@aliencamel.com) by aliencamel.com (CommuniGate Pro WebUser 4.2.10) with HTTP id 20517301; Sat, 07 Jan 2006 21:29:56 +0000 From: "JK" To: Jonathan Chen ,Gerard Seibert X-Mailer: CommuniGate Pro WebUser Interface v.4.2.10 Date: Sat, 07 Jan 2006 17:29:56 -0400 Message-ID: In-Reply-To: <20060107212429.GA34658@osiris.chen.org.nz> References: <20060107160357.296E.GERARD@seibercom.net> <20060107212429.GA34658@osiris.chen.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: New Users unable to SU 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: Sat, 07 Jan 2006 21:29:58 -0000 On Sun, 8 Jan 2006 10:24:29 +1300 Jonathan Chen wrote: > On Sat, Jan 07, 2006 at 04:07:32PM -0500, Gerard Seibert wrote: >> I seem to have developed a problem on my system. I can add new users >> either via the adduser script or using 'sysinstall'. The problem is >>that >> none of them can become root. They are all in the 'wheel' group, so >>it >> should be working. I am the only user that can access the root. They >>can >> use 'sudo' but that doesn't fix the problem. > > The users need to be listed in /etc/group as belonging to `wheel'. >The > login group-id isn't consulted by su(1). And, rather than just have then su and then run tons of commands you really should list them in sudoers so they ( and you ) can do ''sudo command ..." . You might find that that is safer than just su'ing and staying in a shell as root.