From owner-freebsd-questions Tue Aug 27 13: 8:44 2002 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 AA32137B400 for ; Tue, 27 Aug 2002 13:08:42 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id C268743E6A for ; Tue, 27 Aug 2002 13:08:41 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.5/8.12.5) with ESMTP id g7RK8eve031822; Wed, 28 Aug 2002 08:08:40 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.5/8.12.5/Submit) id g7RK8eA0031821; Wed, 28 Aug 2002 08:08:40 +1200 (NZST) Date: Wed, 28 Aug 2002 08:08:40 +1200 From: Jonathan Chen To: Tim Legg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4.6 Annoyances Message-ID: <20020827200840.GB31741@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Aug 27, 2002 at 02:19:30PM -0500, Tim Legg wrote: > Check /etc/shells > Check /etc/master.passwd > Check /etc/group > Usernames must match regular expression: [legg]: joe With [legg] as your regular expression, you'll only ever be able to add "legg" as a user. Anything else will fail the match (ie joe != legg). Change it to [.*]. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Irrationality is the square root of all evil" - Douglas Hofstadter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message