HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
86 stars 41 forks source link

V3.2.2 and higher don't prompt for password on login #47

Closed firthmj closed 1 year ago

firthmj commented 2 years ago

In V3.2.1 and older, if you try and login to a remote ILO with just a username, then it will prompt for a password, meaning it isn't necessary to type the password in clear text to the "-p" option.

In V3.2.2 and newer, it seems that it no longer does this, and just fails to login.

Is this a regression, or is there some other way to get newer versions to prompt for the password?

rajeevkallur commented 2 years ago

@firthmj Will check and let you know

sahanaramavana commented 2 years ago

Hi @firthmj ,

This fix is available in our upcoming release of iLORest 4.0.0.0 version which is scheduled to match with gen 11 server timeframe.

Thanks & Regards, iLORest Team

rajeevkallur commented 1 year ago

Fixed