openbmc/phosphor-host-ipmid

ipmi PAM session authentication reported as dropbear service

jk-ozlabs opened this issue · 1 comments

For some reason, the ipmi the user authentication code is using dropbear as the PAM service name:

if (pam_start("dropbear", username.data(), &localConversation,

... which makes logs for IPMI authenciation issues super confusing.