Subject: CVS commit: basesrc/usr.sbin/user
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 11/08/2002 13:53:20
Module Name:	basesrc
Committed By:	agc
Date:		Fri Nov  8 11:53:20 UTC 2002

Modified Files:
	basesrc/usr.sbin/user: user.c

Log Message:
When deleting a user with preservation, use a password of
"*************" rather than a single asterisk - it's just as difficult
to hash to the longer password since the asterisk character itself is
not in its alphabet, and pwd_mkdb now thinks it's a valid DES password.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 basesrc/usr.sbin/user/user.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.