| commit | cdcdf2b7dc2508bb4d60eaf1d5afff78cf7ae4cc | [log] [tgz] |
|---|---|---|
| author | jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> | Sat Mar 28 00:12:05 2020 +0000 |
| committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Oct 01 21:22:24 2020 +0000 |
| tree | 90b7843946a66cb02c264bb540f5ae900ed62266 | |
| parent | 8b1c303eb9126af8c6b8200d0b5ac9873ab03369 [diff] |
user_channel:Remove unused ipmiUserSetUserName API
ipmiUserSetUserName API signature is changed to use string variable.
So removed unused API
Tested:
Verified using ipmitool commands.
Command: ipmitool user set name 4 user4
Response: //Success
Command: ipmitool user set password 4 asdf1234
Response: Set User Password command successful (user 4)
Command: ipmitool user priv 4 0x03 1
Response: Set Privilege Level command successful (user 4)
Command: ipmitool user set name 14 user13asdfghkjlqwert
Response: Username is too long (> 16 bytes)
Command: ipmitool -I lanplus -C 17 -p 623 -U root -P <password> -H
<BMC-IP> user set name 8 WIJGueNKd
Response: //Success
Command: ipmitool user list 1 //User list for channel 1
Response:
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 user4 true false false OPERATOR
5 WIJGueNKda true false false NO ACCESS
6 true false false NO ACCESS
7 true false false NO ACCESS
8 WIJGueNKd true false false NO ACCESS
9 true false false NO ACCESS
Signed-off-by: jayaprakash Mutyala <mutyalax.jayaprakash@intel.com>
Change-Id: I6ae8349f61fc658d4e74d923711325eae6f8088a
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.