Home
last modified time | relevance | path

Searched defs:userName (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_layer.cpp36 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 Duser_mgmt.cpp93 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 Dpasswd_mgr.cpp95 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 Dusercommands.cpp260 std::string userName; in ipmiGetUserName() local
314 std::string userName; in ipmiSetUserPassword() local
H A Duser_mgmt.hpp159 uint8_t userName[ipmiMaxUserName]; member
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp201 bool UserMgr::isUserExist(const std::string& userName) in isUserExist() argument
216 void UserMgr::throwForUserDoesNotExist(const std::string& userName) in throwForUserDoesNotExist() argument
239 void UserMgr::throwForUserExists(const std::string& userName) in throwForUserExists() argument
249 const std::string& userName, cons in throwForUserNameConstraints() argument
360 createUser(std::string userName,std::vector<std::string> groupNames,std::string priv,bool enabled) createUser() argument
409 deleteUser(std::string userName) deleteUser() argument
495 renameUser(std::string userName,std::string newUserName) renameUser() argument
531 updateGroupsAndPriv(const std::string & userName,std::vector<std::string> groupNames,const std::string & priv) updateGroupsAndPriv() argument
763 userEnable(const std::string & userName,bool enabled) userEnable() argument
855 userLockedForFailedAttempt(const std::string & userName) userLockedForFailedAttempt() argument
878 userLockedForFailedAttempt(const std::string & userName,const bool & value) userLockedForFailedAttempt() argument
902 userPasswordExpired(const std::string & userName) userPasswordExpired() argument
982 std::string userName(pwp->pw_name); getUserAndSshGrpList() local
1010 isUserEnabled(const std::string & userName) isUserEnabled() argument
1151 isGroupMember(const std::string & userName,gid_t primaryGid,const std::string & groupName) const isGroupMember() argument
1225 getUserInfo(std::string userName) getUserInfo() argument
1537 executeUserAdd(const char * userName,const char * groups,bool sshRequested,bool enabled) executeUserAdd() argument
1547 executeUserDelete(const char * userName) executeUserDelete() argument
1552 executeUserClearFailRecords(const char * userName) executeUserClearFailRecords() argument
1557 executeUserRename(const char * userName,const char * newUserName) executeUserRename() argument
1565 executeUserModify(const char * userName,const char * newGroups,bool sshRequested) executeUserModify() argument
1572 executeUserModifyUserEnable(const char * userName,bool enabled) executeUserModifyUserEnable() argument
1580 getFailedAttempt(const char * userName) getFailedAttempt() argument
1614 secretKeyRequired(std::string userName) secretKeyRequired() argument
[all...]
H A Dusers.hpp150 std::string userName; member in phosphor::user::Users
H A Dusers.cpp208 bool changeFileOwnership(const std::string& userName) in changeFileOwnership()
/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp142 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 Drakp12.cpp180 std::string userName(request->user_name, request->user_name_len); in RAKP12() local
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp42 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 Dsession.hpp289 std::string userName{}; // User Name member in session::Session
/openbmc/bmcweb/redfish-core/lib/
H A Dvirtual_media.hpp440 std::optional<std::string> userName; member
456 std::string&& userName, std::string&& password) in doMountVmLegacy()
H A Daccount_service.hpp969 std::optional<std::string> userName; member
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp1266 std::array<uint8_t, ipmi::ipmiMaxUserName>& userName, in ipmiOEMSetUser2Activation() argument