blob: b04156ee94643c64a4441f33efaa2fa9ce0751d7 [file] [log] [blame]
#pragma once
#include <ipmid/api.h>
namespace local
{
namespace users
{
/**
* @brief Enable all local BMC users
*
* Sets the UserEnabled property on all
* /xyz/openbmc_project/user/<user> objects.
*
* @return ipmi_ret_t - IPMI CC
*/
ipmi_ret_t enableUsers();
} // namespace users
} // namespace local