From owner-freebsd-questions@FreeBSD.ORG Thu Dec 15 10:11:16 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 1AEFF16A420 for ; Thu, 15 Dec 2005 10:11:16 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: from mail.dc-servers.com (mail.dc-servers.com [83.243.101.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 2DF4A43D68 for ; Thu, 15 Dec 2005 10:11:13 +0000 (GMT) (envelope-from work@ashleymoran.me.uk) Received: (qmail 7915 invoked by uid 399); 15 Dec 2005 10:13:26 -0000 Received: from unknown (HELO alfie.jigsawhq.com) (work@ashleymoran.me.uk@213.106.224.113) by mail.dc-servers.com with SMTP; 15 Dec 2005 10:13:26 -0000 From: Ashley Moran Organization: Codeweavers Ltd To: freebsd-questions@freebsd.org Date: Thu, 15 Dec 2005 10:10:07 +0000 User-Agent: KMail/1.8.3 References: <200512141744.05856.work@ashleymoran.me.uk> <43A078E8.30504@oxygen.az> In-Reply-To: <43A078E8.30504@oxygen.az> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512151010.07216.work@ashleymoran.me.uk> Subject: Re: Problem adding user with pw 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, 15 Dec 2005 10:11:16 -0000 On Wednesday 14 December 2005 19:56, Tofik Suleymanov wrote: > maybe missing entry in /etc/shells ? ARRRRGGGHHH! I found the answer: shells is a comma-separated list; shellpath is a colon-separated list. So my new /etc/pw.conf reads shellpath /bin:/usr/bin:/usr/local/bin shells sh,csh,tcsh,bash defaultshell bash And it all works fine. Oh how I wish I read the man page fully before starting... Ashley