Matt Spinler | 34aca01 | 2018-09-25 11:21:06 -0500 | [diff] [blame^] | 1 | #pragma once |
2 | |||||
3 | #include <host-ipmid/ipmid-api.h> | ||||
4 | |||||
5 | namespace local | ||||
6 | { | ||||
7 | namespace 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 | */ | ||||
18 | ipmi_ret_t enableUsers(); | ||||
19 | |||||
20 | } | ||||
21 | } |