blob: ac9294fe348b9858186538a60c0dc3c4827e5181 [file] [log] [blame]
Matt Spinler34aca012018-09-25 11:21:06 -05001#pragma once
2
3#include <host-ipmid/ipmid-api.h>
4
5namespace local
6{
7namespace users
8{
9
10/**
11 * @brief Enable all local BMC users
12 *
13 * Sets the UserEnabled property on all
14 * /xyz/openbmc_project/user/<user> objects.
15 *
16 * @return ipmi_ret_t - IPMI CC
17 */
18ipmi_ret_t enableUsers();
19
Patrick Venture02261c02018-10-31 15:16:23 -070020} // namespace users
21} // namespace local