bmclib icon indicating copy to clipboard operation
bmclib copied to clipboard

[Feature] implement getter/setter for password

Open khaefeli opened this issue 7 years ago • 0 comments

I would recommend to use getter/setters in the provider. At least for setting the password.

Command for checking / get the password value: ipmitool user test <userid> 20 <password>

this returns true / false. fterwards we could set the password only if it's different with the setter method.

khaefeli avatar Jan 04 '18 10:01 khaefeli