Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2005 10:10:07 +0000
From:      Ashley Moran <work@ashleymoran.me.uk>
To:        freebsd-questions@freebsd.org
Subject:   Re: Problem adding user with pw
Message-ID:  <200512151010.07216.work@ashleymoran.me.uk>
In-Reply-To: <43A078E8.30504@oxygen.az>
References:  <200512141744.05856.work@ashleymoran.me.uk> <43A078E8.30504@oxygen.az>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512151010.07216.work>