Remove the encrypted password length check. The admin should be
authormillert <millert@openbsd.org>
Wed, 10 Aug 2016 20:30:34 +0000 (20:30 +0000)
committermillert <millert@openbsd.org>
Wed, 10 Aug 2016 20:30:34 +0000 (20:30 +0000)
commit150ddd88f9045e81baf9fd84b0bd6bd75c1bfb45
tree9fd6743ead3d72567f0410134decb3df4905e5dc
parentcf0e207530ae8698d2c5372bd9e4d983642dc24e
Remove the encrypted password length check.  The admin should be
able to put whatever they like in the encrypted password field,
regardless of whether it can be matched or not.  Having this check
just makes it harder to add new encrypted password functions.
This also fixes "usermode -Z" which was the impetus for the change.
OK benno@
usr.sbin/user/user.c