commit | 7a3296df0c2f9b8e04e5b60942fba086f999e1b9 | [log] [tgz] |
---|---|---|
author | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Aug 05 11:08:23 2021 -0700 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Sep 03 21:04:52 2021 +0000 |
tree | 597d579074ab8eef66b83185b7ba89ee00ae0a72 | |
parent | 0634e9890854c294d5437ffaa06337fcdef5c5f9 [diff] |
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>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.