bmclib
bmclib copied to clipboard
[Feature] implement getter/setter for password
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.