Searched refs:userStr (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/features/webui_login/ |
| H A D | login_routes.hpp | 61 const std::string* userStr = userIt->second.get_ptr<const std::string*>(); in handleLogin() 62 if (userStr == nullptr) in handleLogin() 83 int pamrc = pamAuthenticateUser(*userStr, *passStr, std::nullopt); in handleLogin() 92 *userStr, req.ipAddress, std::nullopt, in handleLogin() 64 const std::string* userStr = handleLogin() local 96 const std::string* userStr = handleLogin() local 120 const std::string* userStr = handleLogin() local
|
| /openbmc/phosphor-user-manager/ |
| H A D | totp.hpp | 133 std::string userStr(username); in verify() local 146 int retval = pam_start("mfa_pam", userStr.c_str(), &localConversation, in verify()
|
| /openbmc/bmcweb/include/ |
| H A D | pam_authenticate.hpp | 131 std::string userStr(username); in pamAuthenticateUser() local 149 int retval = pam_start("webserver", userStr.c_str(), &localConversation, in pamAuthenticateUser()
|