/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() 81 Cc ipmiUserSetUserName(const uint8_t userId, const std::string& userName) in ipmiUserSetUserName() 87 Cc ipmiUserGetUserName(const uint8_t userId, std::string& userName) in ipmiUserGetUserName() 97 Cc ipmiSetSpecialUserPassword(const std::string& userName, in ipmiSetSpecialUserPassword() 177 bool ipmiUserPamAuthenticate(std::string_view userName, in ipmiUserPamAuthenticate()
|
H A D | user_mgmt.cpp | 202 int getUserNameFromPath(const std::string& path, std::string& userName) in getUserNameFromPath() 210 const std::string& userName, const std::string& priv, in userUpdateHelper() 309 std::string userName, priv, newUserName; in userUpdatedSignalHandler() local 557 bool UserAccess::isValidUserName(const std::string& userName) in isValidUserName() 749 Cc UserAccess::setSpecialUserPassword(const std::string& userName, in setSpecialUserPassword() 762 std::string userName; in setUserPassword() local 805 std::string userName; in setUserEnabledState() local 902 std::string userName; in setUserPrivilegeAccess() local 944 uint8_t UserAccess::getUserId(const std::string& userName) in getUserId() 970 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 | 249 std::string userName; in ipmiGetUserName() local 303 std::string userName; in ipmiSetUserPassword() local
|
H A D | user_mgmt.hpp | 73 uint8_t userName[ipmiMaxUserName]; member
|
/openbmc/phosphor-user-manager/ |
H A D | user_mgr.cpp | 182 bool UserMgr::isUserExist(const std::string& userName) in isUserExist() argument 197 void UserMgr::throwForUserDoesNotExist(const std::string& userName) in throwForUserDoesNotExist() argument 220 void UserMgr::throwForUserExists(const std::string& userName) in throwForUserExists() argument 230 const std::string& userName, cons in throwForUserNameConstraints() argument 341 createUser(std::string userName,std::vector<std::string> groupNames,std::string priv,bool enabled) createUser() argument 390 deleteUser(std::string userName) deleteUser() argument 476 renameUser(std::string userName,std::string newUserName) renameUser() argument 512 updateGroupsAndPriv(const std::string & userName,std::vector<std::string> groupNames,const std::string & priv) updateGroupsAndPriv() argument 743 userEnable(const std::string & userName,bool enabled) userEnable() argument 835 userLockedForFailedAttempt(const std::string & userName) userLockedForFailedAttempt() argument 858 userLockedForFailedAttempt(const std::string & userName,const bool & value) userLockedForFailedAttempt() argument 882 userPasswordExpired(const std::string & userName) userPasswordExpired() argument 962 std::string userName(pwp->pw_name); getUserAndSshGrpList() local 990 isUserEnabled(const std::string & userName) isUserEnabled() argument 1122 isGroupMember(const std::string & userName,gid_t primaryGid,const std::string & groupName) const isGroupMember() argument 1196 getUserInfo(std::string userName) getUserInfo() argument 1494 executeUserAdd(const char * userName,const char * groups,bool sshRequested,bool enabled) executeUserAdd() argument 1504 executeUserDelete(const char * userName) executeUserDelete() argument 1509 executeUserClearFailRecords(const char * userName) executeUserClearFailRecords() argument 1514 executeUserRename(const char * userName,const char * newUserName) executeUserRename() argument 1522 executeUserModify(const char * userName,const char * newGroups,bool sshRequested) executeUserModify() argument 1529 executeUserModifyUserEnable(const char * userName,bool enabled) executeUserModifyUserEnable() argument 1537 getFailedAttempt(const char * userName) getFailedAttempt() argument [all...] |
H A D | users.hpp | 125 std::string userName; member in phosphor::user::Users
|
/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-user-manager/test/ |
H A D | user_mgr_test.cpp | 40 void createLocalUser(const std::string& userName, in createLocalUser() 106 std::string userName = "user"; in TEST_F() local 118 std::string userName = "testUser"; in TEST_F() local 138 std::string userName = "ldapUser"; in TEST_F() local 160 std::string userName = "ldapUser"; in TEST_F() local
|
/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-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 | 424 std::optional<std::string> userName; global() member 440 doMountVmLegacy(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & service,const std::string & name,const std::string & imageUrl,bool rw,std::string && userName,std::string && password) doMountVmLegacy() argument
|
H A D | account_service.hpp | 941 std::optional<std::string> userName; global() member
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 1266 std::array<uint8_t, ipmi::ipmiMaxUserName>& userName, in ipmiOEMSetUser2Activation()
|