Home
last modified time | relevance | path

Searched defs:Users (Results 1 – 5 of 5) sorted by relevance

/openbmc/docs/designs/
H A Dredfish-authorization.md305 #### OEM Redfish Privileges
326 #### OEM Redfish Roles
346 #### Users argument
357 #### Typical Workflow
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md50 ## Users section in IPMITOOL-cheatsheet.md
52 #### 1. View information for all users
58 #### 2. Display a brief summary of BMC users
64 #### 3. Create a BMC user with a given name
70 #### 4. Set a given user with a given password
76 #### 5. Disable designated users from accessing BMC
82 #### 6. Enable the specified user to access BMC
/openbmc/phosphor-user-manager/
H A Dusers.cpp70 Users::Users(sdbusplus::bus_t& bus, const char* path, in Users() function in phosphor::user::Users
316 {MultiFactorAuthType::None, [](Users&) {}}}; in __anon90507c8b0102() argument
342 {MultiFactorAuthType::None, [](Users&, bool) {}}}; in __anon90507c8b0202() argument
H A Dusers.hpp45 class Users : public Interfaces class
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py76 class Users(Base): class