/openbmc/phosphor-user-manager/test/ |
H A D | user_mgr_test.cpp | 609 createUser("whatever", {"redfish"}, "", true), in TEST_F() 617 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F() 634 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F() 682 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F() 705 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F() 740 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F() 756 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F() 890 UserMgr::createUser(username, {"redfish", "ssh"}, "priv-user", true)); in TEST_F() 906 UserMgr::createUser(username, {"hostconsole"}, "priv-user", true)); in TEST_F() 909 UserMgr::createUser(username, {"hostconsole"}, "priv-admin", true)); in TEST_F() [all …]
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | user-controller.js | 122 function createUser(username, password, role, enabled) { function 124 APIUtils.createUser(username, password, role, enabled) 387 createUser(
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | UserManagementStore.js | 115 async createUser({ dispatch }, { username, password, privilege, status }) { method in UserManagementStore.actions
|
/openbmc/phosphor-user-manager/ |
H A D | user_mgr.hpp | 148 void createUser(std::string userName, std::vector<std::string> groupNames,
|
H A D | user_mgr.cpp | 341 void UserMgr::createUser(std::string userName, in createUser() function in phosphor::user::UserMgr
|
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/ |
H A D | UserManagement.vue | 297 .dispatch('userManagement/createUser', userData)
|
/openbmc/docs/designs/ |
H A D | redfish-authorization.md | 375 |-------------------------->| DBus: createUser | | 385 |-------------------------->| DBus: createUser | |
|
/openbmc/phosphor-webui/app/common/services/ |
H A D | api-utils.js | 613 createUser: function(user, passwd, role, enabled) { method in AnonymousFunction1ea782bb0200.SERVICE
|