From owner-freebsd-hackers Tue Jan 16 04:22:59 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA11175 for hackers-outgoing; Tue, 16 Jan 1996 04:22:59 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id EAA11169 for ; Tue, 16 Jan 1996 04:22:56 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id EAA09058; Tue, 16 Jan 1996 04:22:28 -0800 To: robin@is.co.za cc: hackers@freebsd.org Subject: Re: user management stuff In-reply-to: Your message of "Tue, 16 Jan 1996 14:07:23 +0200." <199601161207.OAA23785@admin.is.co.za> Date: Tue, 16 Jan 1996 04:22:27 -0800 Message-ID: <9056.821794947@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk > I was horrified to see that /usr/sbin/adduser does no locking of the password > file! I recommend that instead of attempting to add the entry directly that > the program simply invoke chpass -a which will see to it that locking > is done etc. Much safer. Actually, I'm rather hoping that someone will re-write adduser so we can throw the one we have away! I've had no end of problems with that bloody perl script! :-( Jordan