/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | user_layer.cpp | 36 SecureString ipmiUserGetPassword(const std::string& userName) in ipmiUserGetPassword() 41 Cc ipmiClearUserEntryPassword(const std::string& userName) in ipmiClearUserEntryPassword() 50 Cc ipmiRenameUserEntryPassword(const std::string& userName, in ipmiRenameUserEntryPassword() 70 uint8_t ipmiUserGetUserId(const std::string& userName) in ipmiUserGetUserId() 75 Cc ipmiUserSetUserName(const uint8_t userId, const char* userName) in ipmiUserSetUserName() 82 Cc ipmiUserSetUserName(const uint8_t userId, const std::string& userName) in ipmiUserSetUserName() 90 Cc ipmiUserGetUserName(const uint8_t userId, std::string& userName) in ipmiUserGetUserName() 100 Cc ipmiSetSpecialUserPassword(const std::string& userName, in ipmiSetSpecialUserPassword() 182 bool ipmiUserPamAuthenticate(std::string_view userName, in ipmiUserPamAuthenticate()
|
H A D | user_mgmt.cpp | 93 int getUserNameFromPath(const std::string& path, std::string& userName) in getUserNameFromPath() 101 const std::string& userName, const std::string& priv, in userUpdateHelper() 194 std::string userName, priv, newUserName; in userUpdatedSignalHandler() local 442 bool UserAccess::isValidUserName(const std::string& userName) in isValidUserName() 634 Cc UserAccess::setSpecialUserPassword(const std::string& userName, in setSpecialUserPassword() 647 std::string userName; in setUserPassword() local 690 std::string userName; in setUserEnabledState() local 794 std::string userName; in setUserPrivilegeAccess() local 835 uint8_t UserAccess::getUserId(const std::string& userName) in getUserId() 860 Cc UserAccess::getUserName(const uint8_t userId, std::string& userName) in getUserName() [all …]
|
H A D | passwd_mgr.cpp | 95 SecureString PasswdMgr::getPasswdByUserName(const std::string& userName) in getPasswdByUserName() 106 int PasswdMgr::updateUserEntry(const std::string& userName, in updateUserEntry() 363 int PasswdMgr::updatePasswdSpecialFile(const std::string& userName, in updatePasswdSpecialFile()
|
H A D | usercommands.cpp | 260 std::string userName; in ipmiGetUserName() local 314 std::string userName; in ipmiSetUserPassword() local
|
H A D | user_mgmt.hpp | 159 uint8_t userName[ipmiMaxUserName]; member
|
/openbmc/phosphor-user-manager/ |
H A D | user_mgr.cpp | 201 bool UserMgr::isUserExist(const std::string& userName) in isUserExist() 216 void UserMgr::throwForUserDoesNotExist(const std::string& userName) in throwForUserDoesNotExist() 239 void UserMgr::throwForUserExists(const std::string& userName) in throwForUserExists() 249 const std::string& userName, const std::vector<std::string>& groupNames) in throwForUserNameConstraints() 360 void UserMgr::createUser(std::string userName, in createUser() 409 void UserMgr::deleteUser(std::string userName) in deleteUser() 495 void UserMgr::renameUser(std::string userName, std::string newUserName) in renameUser() 531 void UserMgr::updateGroupsAndPriv(const std::string& userName, in updateGroupsAndPriv() 763 void UserMgr::userEnable(const std::string& userName, bool enabled) in userEnable() 855 bool UserMgr::userLockedForFailedAttempt(const std::string& userName) in userLockedForFailedAttempt() [all …]
|
H A D | users.hpp | 150 std::string userName; member in phosphor::user::Users
|
H A D | users.cpp | 208 bool changeFileOwnership(const std::string& userName) in changeFileOwnership()
|
/openbmc/bios-settings-mgr/src/ |
H A D | password.cpp | 142 void Password::verifyPassword(std::string userName, std::string currentPassword, in verifyPassword() 197 void Password::changePassword(std::string userName, std::string currentPassword, in changePassword()
|
/openbmc/phosphor-net-ipmid/command/ |
H A D | rakp12.cpp | 180 std::string userName(request->user_name, request->user_name_len); in RAKP12() local
|
/openbmc/phosphor-user-manager/test/ |
H A D | user_mgr_test.cpp | 42 void createLocalUser(const std::string& userName, in createLocalUser() 108 std::string userName = "user"; in TEST_F() local 120 std::string userName = "testUser"; in TEST_F() local 140 std::string userName = "ldapUser"; in TEST_F() local 162 std::string userName = "ldapUser"; in TEST_F() local
|
/openbmc/phosphor-net-ipmid/ |
H A D | session.hpp | 289 std::string userName{}; // User Name member in session::Session
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | virtual_media.hpp | 440 std::optional<std::string> userName; member 456 std::string&& userName, std::string&& password) in doMountVmLegacy()
|
H A D | account_service.hpp | 969 std::optional<std::string> userName; member
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 1266 std::array<uint8_t, ipmi::ipmiMaxUserName>& userName, in ipmiOEMSetUser2Activation()
|