Date: Mon, 17 Jul 2000 18:46:40 +1000 (EST) From: Andy Farkas <andyf@speednet.com.au> To: freebsd-stable@FreeBSD.ORG Subject: pw(8) not disabling passwords Message-ID: <Pine.BSF.4.10.10007171834490.3533-100000@backup.af.speednet.com.au>
next in thread | raw e-mail | index | archive | help
Anyone else having problems with pw(8)?? I can't seem to get the '-h -' option to disable a password: # pw useradd -n test -h 0 Password for user test: # grep test /etc/master.passwd test:$1$aXdmsI7e$IfyjlCEziFg5tp70bkA1o1:1002:1002::0:0:User &:/home/test:/bin/sh # # pw usermod -n test -h - # grep test /etc/master.passwd test:$1$aXdmsI7e$IfyjlCEziFg5tp70bkA1o1:1002:1002::0:0:User &:/home/test:/bin/sh # ...is not what I was expecting! Wild guess: tcsh bug/feature? -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10007171834490.3533-100000>