Can't authorize through openipmigui with authtype=default (2.0.35)
Brought to you by:
cminyard
Hello everyone!
After update to 2.0.35 I noticed that I can't connect to ipmi server in openipmigui. Instead of it, I receive next errors:
"EINF: test_lan 0 ipmi_lan.c(got_rmcpp_open_session_rsp): Message data too short: 1
Connection error for test(0,0): OS: Invalid argument"
The problem is in parameter Authtype: default. If I use other value of this parameter(straight, md2, md5), I don't have any issues with connection.
Easy way to reproduce:
Connection Type: lan
Address - Server IP
Port - 9000
Authtype - default
Username - ipmiusr
Password - test
All other parameters leave as defaults.
I didn't notice this problem in version 2.0.33.
Any thoughts on this?
It's actually RMCP+ authorization that's broken. I added a fix for something and forgot to take that into account. I just pushed a change up to fix that, I'll get a release out.
Thanks!
BTW, are you using ipmi_sim for some production purpose?
No, I use it for testing
Ok, thanks for reporting this. All should be good now.
Works fine, thanks a lot!