Date: Wed, 28 Aug 2002 08:08:40 +1200 From: Jonathan Chen <jonc@chen.org.nz> To: Tim Legg <legg@iastate.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4.6 Annoyances Message-ID: <20020827200840.GB31741@grimoire.chen.org.nz> In-Reply-To: <Pine.OSF.3.95.1020827141050.5701B-100000@isua2.iastate.edu> References: <Pine.OSF.3.95.1020827141050.5701B-100000@isua2.iastate.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz> ---------------------------------------------------------------------- "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020827200840.GB31741>