tabacha / ProSafeLinux

Configure Netgear ProSafe Plus Switches on linux
Other
137 stars 62 forks source link

Fixed authenticating against zero length password. #29

Closed sdegeorgio closed 7 years ago

sdegeorgio commented 7 years ago

The incorrect variable “_password” is being used instead of “_plainpass” on line 363 of psl_class.py. This meant an empty password was being used to authenticate with the switch instead of the password passed as a parameter on the command line.

README.md updated with a couple of additional usage examples.