Rewrite Set User Password command with new API

The Set User Password command was not checking the reserved
bits before. This change adds that in as well as updating
the command to use the new API.

Tested: ipmitool user user set password <N> <new-passwd> 16
        ipmitool user user set password <N> <new-passwd> 20
        ipmitool user test <N> 16 <pasword>
        ipmitool user test <N> 20 <pasword>
        ipmitool user disable <N>
        ipmitool user enable <N>

Change-Id: I5b24d5082e909327ea824057e711d06ca7f9bdc1
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
1 file changed