commit | e0af1c496a2f79f0e9357a4344e800957aeed3fe | [log] [tgz] |
---|---|---|
author | jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Tue Mar 24 10:11:31 2020 +0000 |
committer | jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Tue Mar 24 11:17:39 2020 +0000 |
tree | e70a7bd642268f2c0063fec65b13bc70b585b7f9 | |
parent | b541a5a520d828c18a0e572252889e708149926a [diff] |
Fix for ipmiUserSetUserName Corrected ipmiUserSetUserName API signature Tested: 1. Set username Command: ipmitool -I lanplus -C 3 -p 623 -U root -P <password> -H <BMC-IP> user set name 5 WIJGueNK Response: //Success 2. List users ipmitool user list 1 ID Name Callin Link Auth IPMI Msg Channel Priv Limit 1 root false true true ADMINISTRATOR 2 true false false NO ACCESS 3 true false false NO ACCESS 4 true false false NO ACCESS 5 WIJGueNK true false false NO ACCESS Signed-off-by: jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I09e849478cc75c88ed7389633c3002d75f1c9b09
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
.