Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dpam_authenticate.hpp88 inline int pamAuthenticateUser(std::string_view username, in pamAuthenticateUser() function
H A Dlogin_routes.hpp155 int pamrc = pamAuthenticateUser(username, password); in handleLogin()
H A Dauthentication.hpp71 int pamrc = pamAuthenticateUser(user, pass); in performBasicAuth()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp228 int pamrc = pamAuthenticateUser(username, password); in handleSessionCollectionPost()