From owner-freebsd-stable Mon Jul 17 1:46:52 2000 Delivered-To: freebsd-stable@freebsd.org Received: from backup.af.speednet.com.au (af.speednet.com.au [202.135.188.244]) by hub.freebsd.org (Postfix) with ESMTP id 3EC5237B588 for ; Mon, 17 Jul 2000 01:46:45 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from backup.af.speednet.com.au (andyf@backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.9.3/8.9.3) with ESMTP id SAA04108 for ; Mon, 17 Jul 2000 18:46:41 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Mon, 17 Jul 2000 18:46:40 +1000 (EST) From: Andy Farkas X-Sender: andyf@backup.af.speednet.com.au To: freebsd-stable@FreeBSD.ORG Subject: pw(8) not disabling passwords Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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