Date: Thu, 22 Apr 1999 17:22:06 -0700 From: notme <notme@lvdi.net> To: Doug White <dwhite@resnet.uoregon.edu> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@FreeBSD.ORG> Subject: Re: pw useradd and pw.conf Message-ID: <371FBD2E.5E00650E@lvdi.net> References: <Pine.BSF.4.03.9904221142460.7869-100000@resnet.uoregon.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Emm... sorry for my ignorance and stupidity... But can anyone please clearify "PASSWD" under: echo ${PASSWD} | pw useradd {options} the following is what I tried, echo ${PASSWD} | pw useradd newuser -d /user/home/newuser -m -g usergroup (the whole thing is supposed to be on 1 line) and I got the following error: PASSWD: Undefined variable An example of how to use this command would be greatly apprciated, for I am only a beginner in FreeBSD. Thank you in advance, and sorry for the trouble. Frankie Doug White wrote: > On Wed, 21 Apr 1999, notme wrote: > > > Hi, > > When I read the man pages for pw.conf, I ran into an option > > that allows me to set a specific password to the user via filehandle. > > Does anyone have any idea on how to do that? > > > > If not, is there any other way of setting password of an account > > when creating it with a shell script using pw? (Or actually, any > > other way as long as it is not manually typing in "passwd"... :) > > Acutally, better command: > > echo ${PASSWD} | pw useradd {options} > > Doug White > Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve > http://gladstone.uoregon.edu/~dwhite | www.freebsd.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 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?371FBD2E.5E00650E>