Home
last modified time | relevance | path

Searched refs:pamAuthenticateUser (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/include/
H A Dpam_authenticate.hpp127 inline int pamAuthenticateUser(std::string_view username, in pamAuthenticateUser() function
H A Dauthentication.hpp73 int pamrc = pamAuthenticateUser(user, pass, std::nullopt); in performBasicAuth()
/openbmc/bmcweb/features/webui_login/
H A Dlogin_routes.hpp83 int pamrc = pamAuthenticateUser(*userStr, *passStr, std::nullopt); in handleLogin()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp268 int pamrc = pamAuthenticateUser(username, password, token); in handleSessionCollectionPost()